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 3d3cc8c commit 7debd18Copy full SHA for 7debd18
.github/workflows/main.yml
@@ -93,6 +93,12 @@ jobs:
93
- name: Build APK
94
run: bash ./gradlew assembleDebug --stacktrace
95
96
+ - name: Upload APK
97
+ uses: actions/upload-artifact@v3.1.2
98
+ with:
99
+ name: sample.apk
100
+ path: app/build/outputs/apk/debug/app-debug.apk
101
+
102
- name: Download APK
103
uses: actions/download-artifact@v3
104
with:
0 commit comments