We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681cdc8 commit f7cd0d4Copy full SHA for f7cd0d4
.github/workflows/android-build.yaml
@@ -51,12 +51,12 @@ jobs:
51
- name: Build release APKs
52
run: ./gradlew clean assembleRelease
53
- name: Publish PlayStore APK
54
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
55
with:
56
name: app-release
57
path: app/build/outputs/apk/app/release
58
- name: Publish Github APK
59
60
61
name: app-github-release
62
path: app/build/outputs/apk/github/release
0 commit comments