From de777223aa12b61a8b1e03da9885ced5ce6b5567 Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Mon, 18 Sep 2023 19:30:14 +0200 Subject: [PATCH] fix(ci-cd): Fix path --- .github/workflows/release-app-github.yaml | 2 +- .github/workflows/release-app-google-play.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}