handling all characters in secrets

This commit is contained in:
Adam Brown 2022-09-29 20:40:47 +01:00
parent 0a6c4df6c4
commit 7f6f01987a
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ jobs:
- name: Assemble release variant
run: |
./tools/generate-release.sh ${{ secrets.STORE_PASS }}
./tools/generate-fdroid-release.sh ${{ secrets.FDROID_STORE_PASS }}
./tools/generate-release.sh "${{ secrets.STORE_PASS }}"
./tools/generate-fdroid-release.sh "${{ secrets.FDROID_STORE_PASS }}"
- uses: actions/github-script@v6
with: