Skip to content

Commit

Permalink
bas
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 35ab1e2 commit 9bfa3e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,11 @@ 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: balls
if: matrix.qt_target == 'android'
run: |
base64 -d <<< ${{ secrets.SIGNING_KEY }}
- name: Sign APK (Android)
if: runner.os == 'Linux' && matrix.qt_target == 'android' && inputs.build_type == 'Debug'
uses: r0adkll/sign-android-release@v1
Expand Down

0 comments on commit 9bfa3e9

Please sign in to comment.