fix(ci-cd): Fix path

This commit is contained in:
Myzel394 2023-09-18 19:25:56 +02:00
parent 541ed41012
commit da7f91a587
No known key found for this signature in database
GPG Key ID: 79CC92F37B3E1A2B
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}

View File

@ -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 }}