We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b5f88 commit d4aae02Copy full SHA for d4aae02
1 file changed
.github/workflows/mac_build_deploy.yml
@@ -64,6 +64,12 @@ jobs:
64
run: |
65
ls
66
python $GITHUB_WORKSPACE/GuiUnitTests/run-unittests.py
67
+
68
+ - name: Save Encrypted Certificate to File
69
+ run: |
70
+ echo $MAC_CERTIFICATE_ENCRYPTED > $GITHUB_WORKSPACE/release_script/mac_only/Certificates_2023.p12.enc
71
+ env:
72
+ MAC_CERTIFICATE_ENCRYPTED: ${{ secrets.MAC_CERTIFICATE_ENCRYPTED }}
73
74
- name: Decrypt Certificate
75
if: github.event_name == 'workflow_dispatch'
0 commit comments