Skip to content

Commit

Permalink
Update all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DBraun committed Apr 5, 2024
1 parent 71a89a5 commit 8dc30d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8dc30d2

Please sign in to comment.