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 d8459ea commit 7639e58Copy full SHA for 7639e58
1 file changed
.github/workflows/build.yaml
@@ -66,6 +66,7 @@ jobs:
66
# that dex rather than the full APK. -j drops the archive path.
67
unzip -o -j app/build/outputs/apk/debug/app-debug.apk classes.dex -d dist
68
mv dist/classes.dex dist/devicekit.dex
69
+ cp app/build/outputs/apk/debug/app-debug.apk dist/devicekit.apk
70
71
- name: Upload dex artifact
72
uses: actions/upload-artifact@v4
@@ -81,4 +82,5 @@ jobs:
81
82
name: Version ${{ github.ref_name }}
83
files: |
84
dist/devicekit.dex
85
+ dist/devicekit.apk
86
0 commit comments