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 1617e5e commit f088241Copy full SHA for f088241
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Checkout
50
uses: actions/checkout@v5
51
- name: Download unsigned APK
52
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
53
with:
54
name: app-release-unsigned.apk
55
- name: Sign APK
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
26
args: -vv --latest --strip all
27
- name: Download APK
28
29
30
name: app-release.apk
31
- name: Upload Release
0 commit comments