mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-20 13:59:12 +00:00
Fix job
This commit is contained in:
parent
557a9242e7
commit
f7260e5ffb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-stable.yaml
vendored
2
.github/workflows/release-stable.yaml
vendored
|
@ -82,7 +82,7 @@ jobs:
|
|||
APPLE_KEYCHAIN_PWD: ${{ secrets.APPLE_KEYCHAIN_PWD }}
|
||||
APPLE_IDENTITY_ID: ${{ secrets.APPLE_IDENTITY_ID }}
|
||||
run: |
|
||||
echo "$APPLE_CERTIFICATE" | base64 -—decode > certificate.p12
|
||||
echo "$APPLE_CERTIFICATE" | base64 --decode > certificate.p12
|
||||
security create-keychain -p $APPLE_KEYCHAIN_PWD build.keychain
|
||||
security default-keychain -s build.keychain
|
||||
security unlock-keychain -p $APPLE_KEYCHAIN_PWD build.keychain
|
||||
|
|
Loading…
Add table
Reference in a new issue