Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
Signed-off-by: swurl <[email protected]>
  • Loading branch information
crueter committed Jan 17, 2024
1 parent 7d181e7 commit 0e6a130
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,6 @@ jobs:
mv ${{ env.BUILD_DIR }}/QFRCScouter.html ${{ env.BUILD_DIR }}/index.html
tar --owner root --group root -czf QFRCScouter-WASM.tar.gz ${{ env.BUILD_DIR }}/*.{js,html,svg,wasm}
- name: Install Android Tools
if: runner.os == 'Linux' && matrix.qt_target == 'android' && inputs.build_type == 'Release'
uses: maxim-lobanov/setup-android-tools@v1
with:
packages: |
platforms;android-29
- name: Sign APK (Android)
if: runner.os == 'Linux' && matrix.qt_target == 'android' && inputs.build_type == 'Release'
uses: r0adkll/sign-android-release@v1
Expand All @@ -166,6 +159,8 @@ jobs:
keyStorePassword: ${{ secrets.KEYSTORE_PASSWORD }}
# wee woo
keyPassword: ${{ secrets.KEYSTORE_PASSWORD }}
env:
BUILD_TOOLS_VERSION: "34.0.0"

- name: Package AppImage (Linux)
if: runner.os == 'Linux' && matrix.qt_arch == 'gcc_64'
Expand Down

0 comments on commit 0e6a130

Please sign in to comment.