summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornavanchauhan <navanchauhan@gmail.com>2023-08-17 18:26:52 -0600
committernavanchauhan <navanchauhan@gmail.com>2023-08-17 18:26:52 -0600
commit7b07f7c7ea58b59f347cf1116b2f08e46bef1a83 (patch)
treeebcda3db4640a06a00c9c95e287e636361d28d36
parent4a54427a2bbd48f7fd53105de00455ee19b5a0d8 (diff)
fix codesign
-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