diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 8309853..1133172 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -44,7 +44,7 @@ jobs: - name: Decode keystore if: steps.stop.outputs.continue == 'true' run: | - echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 -d > release.keystore + echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 -d > app/release.keystore - name: Check keystore if: steps.stop.outputs.continue == 'true'