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 77bad33 commit bb974f8Copy full SHA for bb974f8
.github/workflows/android.yml
@@ -89,7 +89,7 @@ jobs:
89
run: bash ./gradlew assembleBetaDebug --stacktrace
90
91
- name: Upload betaDebug APK
92
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
93
with:
94
name: betaDebugAPK
95
path: app/build/outputs/apk/beta/debug/app-*.apk
@@ -98,7 +98,7 @@ jobs:
98
run: bash ./gradlew assembleProdDebug --stacktrace
99
100
- name: Upload prodDebug APK
101
102
103
name: prodDebugAPK
104
path: app/build/outputs/apk/prod/debug/app-*.apk
0 commit comments