Skip to content

Commit 8c35320

Browse files
Update nightly-release.yml
Signed-off-by: CreativeCodeCat <[email protected]>
1 parent 4e7c888 commit 8c35320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Rename files
8080
run: |
8181
mkdir -p ./build/release/
82-
mv app/build/outputs/apk/nightlyRelease/*.apk ./build/release/mLauncher-Nightly-Signed.apk
82+
mv app/build/outputs/apk/nightly/release/*.apk ./build/release/mLauncher-Nightly-Signed.apk
8383
shell: bash
8484

8585
- name: Create and Upload Release

0 commit comments

Comments
 (0)