We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7c888 commit 8c35320Copy full SHA for 8c35320
.github/workflows/nightly-release.yml
@@ -79,7 +79,7 @@ jobs:
79
- name: Rename files
80
run: |
81
mkdir -p ./build/release/
82
- mv app/build/outputs/apk/nightlyRelease/*.apk ./build/release/mLauncher-Nightly-Signed.apk
+ mv app/build/outputs/apk/nightly/release/*.apk ./build/release/mLauncher-Nightly-Signed.apk
83
shell: bash
84
85
- name: Create and Upload Release
0 commit comments