Skip to content

Commit 3a57b17

Browse files
committed
enough counting up
1 parent a98d1cc commit 3a57b17

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/android.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,9 @@ jobs:
8282
--proto-format \
8383
--min-sdk-version 24
8484
85-
zip -u ${{ github.workspace }}/apk/unsigned.apk ${{ github.workspace }}/apk/classes.dex
86-
zip -ur ${{ github.workspace }}/apk/unsigned.apk ${{ github.workspace }}/apk/lib
85+
cd ${{ github.workspace }}/apk
86+
zip -u unsigned.apk classes.dex
87+
zip -ur unsigned.apk apk/lib
8788
8889
keytool -genkey -v -keystore debug.keystore \
8990
-storepass android -alias debugkey -keypass android \

0 commit comments

Comments
 (0)