Skip to content

Commit a98d1cc

Browse files
committed
twenty nineth try
1 parent 157f32e commit a98d1cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/android.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ jobs:
9999
100100
- name: Debug post build contents of the repository
101101
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 }}
102+
unzip ${{ github.workspace }}/apk/unsigned.apk -d ${{ github.workspace }}/apk/unsigned
103+
unzip ${{ github.workspace }}/apk/test.apk -d ${{ github.workspace }}/apk/test
104+
ls -R ${{ github.workspace }}/apk
105105
106106
- name: Upload APK
107107
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)