diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 058f92488d..d9f22472e9 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -48,5 +48,5 @@ jobs: keyAlias: ${{ secrets.SIGNING_KEY_ALIAS }} keyPassword: ${{ secrets.SIGNING_KEY_PASSWORD }} run: | - echo "${{ secrets.SIGNING_KEYSTORE }}" | base64 --decode > keystore.jks + echo "${{ secrets.SIGNING_KEYSTORE }}" | base64 --decode > app/keystore.jks npx semantic-release --debug