Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
klzgrad committed Jan 15, 2024
1 parent 4e11523 commit 5a5047d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,9 @@ jobs:
- name: Create APK
working-directory: apk
env:
APK_ABI=${{ matrix.abi }}
APK_VERSION_NAME=${{ github.event.release.tag_name }}
KEYSTORE_PASS=${{ secrets.KEYSTORE_PASS }}
APK_ABI: ${{ matrix.abi }}
APK_VERSION_NAME: ${{ github.event.release.tag_name || 'v1' }}
KEYSTORE_PASS: ${{ secrets.KEYSTORE_PASS }}
run: |
mkdir -p app/libs/$APK_ABI
cp ../src/out/Release/naive app/libs/$APK_ABI/libnaive.so
Expand Down

0 comments on commit 5a5047d

Please sign in to comment.