From 8dc30d2f8e9588fc1e2d3cdb22fb6987dd90ddab Mon Sep 17 00:00:00 2001 From: David Braun <2096055+DBraun@users.noreply.github.com> Date: Fri, 5 Apr 2024 09:59:59 -0400 Subject: [PATCH] Update all.yml --- .github/workflows/all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 50aa055..d4928b4 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -137,13 +137,13 @@ jobs: run: | export PATH=$pythonLocation:$PATH python build_tdfaust.py --pythonver=3.11 --arch=${{matrix.arch}} - codesign --force --verify --verbose=2 --timestamp --options=runtime --deep --sign "Developer ID Application: David Braun (${{secrets.CMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM}})" build/Release/TD-Faust.plugin + codesign --force --verify --verbose=2 --timestamp --options=runtime --deep --sign "Apple Development: David Braun" Plugins/TD-Faust.plugin - name: Build Reverb operator run: | export PATH=$PWD/thirdparty/libfaust/darwin-x64/Release/bin:$PATH python faust2td.py --dsp reverb.dsp --type "Reverb" --label "Reverb" --icon "Rev" --author "David Braun" --email "github.com/DBraun" --drop-prefix --arch=${{matrix.arch}} - codesign --force --verify --verbose=2 --timestamp --options=runtime --deep --sign "Developer ID Application: David Braun (${{secrets.CMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM}})" {file_dest}' + codesign --force --verify --verbose=2 --timestamp --options=runtime --deep --sign "Apple Development: David Braun" Plugins/Reverb.plugin' - name: Make distribution run: |