From a72c6e7d0b697953a7f28ae55e6415c7ad9d53e3 Mon Sep 17 00:00:00 2001 From: Benjamin <73490201+BenjaminHalko@users.noreply.github.com> Date: Tue, 23 Jan 2024 12:31:22 -0800 Subject: [PATCH] fix: very good --- .github/workflows/release-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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