We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bad6fa commit 157f32eCopy full SHA for 157f32e
.github/workflows/android.yml
@@ -99,7 +99,8 @@ jobs:
99
100
- name: Debug post build contents of the repository
101
run: |
102
- unzip ${{ github.workspace }}/apk/test.apk -d ${{ github.workspace }}/debug/signed/
+ unzip ${{ github.workspace }}/apk/unsigned.apk -d ${{ github.workspace }}/unsigned
103
+ unzip ${{ github.workspace }}/apk/test.apk -d ${{ github.workspace }}/test
104
ls -R ${{ github.workspace }}
105
106
- name: Upload APK
0 commit comments