We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92751c0 commit 39205c2Copy full SHA for 39205c2
1 file changed
.github/workflows/build-apk.yaml
@@ -46,6 +46,6 @@ jobs:
46
with:
47
tag_name: v${{ github.run_number }}
48
name: Release v${{ github.run_number }}
49
- files: artifacts/reader/app-release.apk
+ files: app-release.apk
50
env:
51
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments