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 3d51eed commit 41ff0e9Copy full SHA for 41ff0e9
.github/workflows/build-release.yml
@@ -23,7 +23,7 @@ jobs:
23
run: ./gradlew assembleRelease --warning-mode all --stacktrace
24
25
- name: Upload APK
26
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
27
with:
28
name: app-release
29
path: app/build/outputs/apk/release/*.apk
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
run: ./gradlew assembleDebug --warning-mode all --stacktrace
30
name: app-debug
31
path: app/build/outputs/apk/debug/app-debug.apk
0 commit comments