Skip to content

Commit

Permalink
ls
Browse files Browse the repository at this point in the history
Signed-off-by: swurl <[email protected]>
  • Loading branch information
crueter committed Jan 9, 2024
1 parent ea47da4 commit 7be1f59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ jobs:
run: |
base64 -d <<< "${{ secrets.SIGNING_KEY }}" > key.jks
ls -l key.jks
ls /usr/local/lib/android/sdk/build-tools
/usr/local/lib/android/sdk/build-tools/*/apksigner sign --ks key.jks --ks-pass "pass:${{ secrets.KEYSTORE_PASSWORD }}" --ks-key-alias ${{ secrets.ALIAS }} ${{ env.BUILD_DIR }}/android-build/build/outputs/apk/debug/*.apk --out QFRCScouter.apk
# - name: Sign APK (Android)
Expand Down

0 comments on commit 7be1f59

Please sign in to comment.