From be867dfc04cb3409f90e247ece86a532562c1ea8 Mon Sep 17 00:00:00 2001 From: James H Ball Date: Wed, 1 Jan 2025 10:57:11 +0000 Subject: [PATCH] Add extra verbosity --- .github/workflows/build.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 71cf96c..0f63384 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -75,20 +75,20 @@ jobs: - name: Codesign AU plugin working-directory: ${{ github.workspace }}/ci/bin run: | - codesign -vvv --force -s "${{ secrets.APPLE_DEVELOPER_ID_APPLICATION }}" osci-render.component --timestamp --deep --strict --options=runtime - codesign -vvv --deep --strict osci-render.component + codesign -vvvv --force -s "${{ secrets.APPLE_DEVELOPER_ID_APPLICATION }}" osci-render.component --timestamp --deep --strict --options=runtime + codesign -vvvv --deep --strict osci-render.component - name: Codesign VST3 plugin working-directory: ${{ github.workspace }}/ci/bin run: | - codesign -vvv --force -s "${{ secrets.APPLE_DEVELOPER_ID_APPLICATION }}" osci-render.vst3 --timestamp --deep --strict --options=runtime - codesign -vvv --deep --strict osci-render.vst3 + codesign -vvvv --force -s "${{ secrets.APPLE_DEVELOPER_ID_APPLICATION }}" osci-render.vst3 --timestamp --deep --strict --options=runtime + codesign -vvvv --deep --strict osci-render.vst3 - name: Codesign Standalone app working-directory: ${{ github.workspace }}/ci/bin run: | - codesign -vvv --force -s "${{ secrets.APPLE_DEVELOPER_ID_APPLICATION }}" osci-render.app --timestamp --deep --strict --options=runtime - codesign -vvv --deep --strict osci-render.app + codesign -vvvv --force -s "${{ secrets.APPLE_DEVELOPER_ID_APPLICATION }}" osci-render.app --timestamp --deep --strict --options=runtime + codesign -vvvv --deep --strict osci-render.app - name: Download Packages installer build tool run: wget http://s.sudre.free.fr/files/Packages_1211_dev.dmg