Skip to content

Commit

Permalink
a
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 9bfa3e9 commit 1c64230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
- name: balls
if: matrix.qt_target == 'android'
run: |
base64 -d <<< ${{ secrets.SIGNING_KEY }}
base64 -d <<< "${{ secrets.SIGNING_KEY }}"
- name: Sign APK (Android)
if: runner.os == 'Linux' && matrix.qt_target == 'android' && inputs.build_type == 'Debug'
Expand Down

0 comments on commit 1c64230

Please sign in to comment.