Skip to content

Commit f3006ca

Browse files
twentieth try
1 parent 3c35582 commit f3006ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
- name: Package APK
6464
run: |
65-
mkdir -p ${{ github.workspace }}/apk/{lib/$ABI,res/values}
65+
mkdir -p ${{ github.workspace }}/apk/{lib/${{ matrix.abi },res/values}
6666
cp ${{ github.workspace }}/bin/*.so ${{ github.workspace }}/apk/lib/${{ matrix.abi }}/libmain.so
6767
cp ${{ github.workspace }}/android/res/values/strings.xml ${{ github.workspace }}/apk/res/values/strings.xml
6868

0 commit comments

Comments
 (0)