summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos-ci.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/macos-ci.yaml b/.github/workflows/macos-ci.yaml
index bc58c94..bd62ff8 100644
--- a/.github/workflows/macos-ci.yaml
+++ b/.github/workflows/macos-ci.yaml
@@ -1,4 +1,4 @@
-name: CI
+name: macOS CI
# Controls when the workflow will run
on:
@@ -34,7 +34,7 @@ jobs:
MACOS_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }}
MACOS_CERTIFICATE_PWD: ${{ secrets.MACOS_CERTIFICATE_PWD }}
run: |
- echo $MACOS_CERTIFICATE | base64 —decode > certificate.p12
+ echo $MACOS_CERTIFICATE | base64 --decode > certificate.p12
security create-keychain -p 41random@123 build.keychain
security default-keychain -s build.keychain
security unlock-keychain -p 41random@123 build.keychain