Skip to content

Commit 25a7506

Browse files
authored
Update release path for nightly build artifacts
1 parent e0ccf4d commit 25a7506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5353
run: |
5454
gh release view nightly && gh release delete nightly -y --cleanup-tag
55-
gh release create nightly "./app/build/outputs/apk/alpha/release/"*.apk --prerelease --generate-notes
55+
gh release create nightly "./app/build/outputs/apk/meta/release/"*.apk --prerelease --generate-notes

0 commit comments

Comments
 (0)