We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c35582 commit f3006caCopy full SHA for f3006ca
.github/workflows/android.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Package APK
64
run: |
65
- mkdir -p ${{ github.workspace }}/apk/{lib/$ABI,res/values}
+ mkdir -p ${{ github.workspace }}/apk/{lib/${{ matrix.abi },res/values}
66
cp ${{ github.workspace }}/bin/*.so ${{ github.workspace }}/apk/lib/${{ matrix.abi }}/libmain.so
67
cp ${{ github.workspace }}/android/res/values/strings.xml ${{ github.workspace }}/apk/res/values/strings.xml
68
0 commit comments