We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157f32e commit a98d1ccCopy full SHA for a98d1cc
.github/workflows/android.yml
@@ -99,9 +99,9 @@ jobs:
99
100
- name: Debug post build contents of the repository
101
run: |
102
- 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 }}
+ unzip ${{ github.workspace }}/apk/unsigned.apk -d ${{ github.workspace }}/apk/unsigned
+ unzip ${{ github.workspace }}/apk/test.apk -d ${{ github.workspace }}/apk/test
+ ls -R ${{ github.workspace }}/apk
105
106
- name: Upload APK
107
uses: actions/upload-artifact@v4
0 commit comments