Skip to content

Commit 5d328b2

Browse files
committed
Update nightly.yml
1 parent 90d6850 commit 5d328b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
mkdir -p packages
4848
# warning: do not use github.event syntax here
4949
# https://stackoverflow.com/questions/71458189/github-action-workflow-call-does-not-use-up-to-date-input-values
50-
mv app/build/outputs/apk/nightly/app-release.apk packages/gitnote-nightly.apk
50+
mv app/build/outputs/apk/nightly/app-nightly.apk packages/gitnote-nightly.apk
5151
5252
- uses: actions/upload-artifact@v4
5353
with:

0 commit comments

Comments
 (0)