Skip to content

Commit 1401169

Browse files
authored
Update Build_Nosgoth-treble-oldled.yml
1 parent 315db72 commit 1401169

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Build_Nosgoth-treble-oldled.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Download gcc && Building kernel
3232
run: |
33-
cd $GITHUB_WORKSPACE/android_kernel_xiaomi_markw
33+
cd $GITHUB_WORKSPACE/android_kernel_xiaomi_msm8953
3434
BuildTime=$(date +%Y_%m_%d)
3535
echo -e "--------------------开始下载 GCC--------------------\n"
3636
aria2c "https://developer.arm.com/-/media/Files/downloads/gnu-a/9.2-2019.12/binrel/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu.tar.xz"
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Upload to Release...
5050
run: |
51-
cd $GITHUB_WORKSPACE/android_kernel_xiaomi_markw/
51+
cd $GITHUB_WORKSPACE/android_kernel_xiaomi_msm8953/
5252
curl -sL https://git.io/file-transfer | sh
5353
mkdir Upload
5454
sudo chmod -R 777 ./*

0 commit comments

Comments
 (0)