kopia lustrzana https://github.com/jameshball/osci-render
Force code signing
rodzic
aa6de051d9
commit
8814c61e5a
|
@ -60,15 +60,15 @@ jobs:
|
|||
|
||||
- name: Codesign AU plugin
|
||||
working-directory: ${{ github.workspace }}/ci/bin
|
||||
run: codesign -s "${{ secrets.APPLE_DEVELOPER_ID_APPLICATION }}" osci-render.component --timestamp
|
||||
run: codesign --force -s "${{ secrets.APPLE_DEVELOPER_ID_APPLICATION }}" osci-render.component --timestamp
|
||||
|
||||
- name: Codesign VST3 plugin
|
||||
working-directory: ${{ github.workspace }}/ci/bin
|
||||
run: codesign -s "${{ secrets.APPLE_DEVELOPER_ID_APPLICATION }}" osci-render.vst3 --timestamp
|
||||
run: codesign --force -s "${{ secrets.APPLE_DEVELOPER_ID_APPLICATION }}" osci-render.vst3 --timestamp
|
||||
|
||||
- name: Codesign Standalone app
|
||||
working-directory: ${{ github.workspace }}/ci/bin
|
||||
run: codesign -s "${{ secrets.APPLE_DEVELOPER_ID_APPLICATION }}" osci-render.app --timestamp
|
||||
run: codesign --force -s "${{ secrets.APPLE_DEVELOPER_ID_APPLICATION }}" osci-render.app --timestamp
|
||||
|
||||
- name: Download Packages installer build tool
|
||||
run: wget http://s.sudre.free.fr/Software/files/Packages.dmg
|
||||
|
|
Ładowanie…
Reference in New Issue