Skip to content

Commit

Permalink
fix(ci-cd): Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzel394 committed Sep 18, 2023
1 parent da7f91a commit de77722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-app-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-app-google-play.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit de77722

Please sign in to comment.