Skip to content

Commit 3deeb86

Browse files
committed
ci: notarization: pass it also to the score build to set up keychain correctly ?
1 parent bf1b79f commit 3deeb86

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
uses: ossia/actions/custom-score-build@master
3636
with:
3737
cmake-options: -DSCORE_ENABLE_ADDONS=score-addon-spatgris -DSCORE_DISABLE_PLUGINS=score-plugin-faust,score-plugin-jit,score-plugin-vst,score-plugin-vst3,score-plugin-clap,score-plugin-lv2,score-plugin-avnd,score-plugin-pd,score-plugin-ysfx,score-plugin-packagemanager,score-plugin-controlsurface
38+
macos-certificate-base64: ${{ secrets.MAC_CERT_B64 }}
39+
macos-certificate-password: ${{ secrets.MAC_CERT_PASSWORD }}
40+
macos-notarize-team-id: ${{ secrets.MAC_NOTARIZE_TEAM_ID }}
41+
macos-notarize-apple-id: ${{ secrets.MAC_NOTARIZE_APPLE_ID }}
42+
macos-notarize-password: ${{ secrets.MAC_NOTARIZE_PASSWORD }}
3843

3944
- name: Package custom ossia score app
4045
uses: ossia/actions/package-custom-app@master

0 commit comments

Comments
 (0)