Skip to content

Commit 157f32e

Browse files
committed
twenty eigth try
1 parent 8bad6fa commit 157f32e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ jobs:
9999
100100
- name: Debug post build contents of the repository
101101
run: |
102-
unzip ${{ github.workspace }}/apk/test.apk -d ${{ github.workspace }}/debug/signed/
102+
unzip ${{ github.workspace }}/apk/unsigned.apk -d ${{ github.workspace }}/unsigned
103+
unzip ${{ github.workspace }}/apk/test.apk -d ${{ github.workspace }}/test
103104
ls -R ${{ github.workspace }}
104105
105106
- name: Upload APK

0 commit comments

Comments
 (0)