diff --git a/.github/workflows/release-app-github.yaml b/.github/workflows/release-app-github.yaml index b91162b..4cc3d95 100644 --- a/.github/workflows/release-app-github.yaml +++ b/.github/workflows/release-app-github.yaml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3 - name: Write KeyStore 🗝️ - uses: .github/actions/prepare-keystore + uses: ./.github/actions/prepare-keystore with: signingStorePassword: ${{ secrets.SIGNING_STORE_PASSWORD }} signingKeyPassword: ${{ secrets.SIGNING_KEY_PASSWORD }} diff --git a/.github/workflows/release-app-google-play.yaml b/.github/workflows/release-app-google-play.yaml index 38c4210..572e138 100644 --- a/.github/workflows/release-app-google-play.yaml +++ b/.github/workflows/release-app-google-play.yaml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3 - name: Write KeyStore 🗝️ - uses: .github/actions/prepare-keystore + uses: ./.github/actions/prepare-keystore with: signingStorePassword: ${{ secrets.SIGNING_STORE_PASSWORD }} signingKeyPassword: ${{ secrets.SIGNING_KEY_PASSWORD }}