diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 51c8a8a0..9fb4970f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -178,7 +178,7 @@ jobs: mkdir -p ${{ github.workspace }}/build-scripts/macos/target/pkg-signed echo "Signing the .pkg" - productsign --sign "Developer ID Installer: Chia Network Inc." ${{ github.workspace }}/build-scripts/macos/target/pkg/${{ matrix.artifact-name }}-installer.pkg ${{ github.workspace }}/build-scripts/macos/target/pkg-signed/CADT-macos-installer-x64.pkg + productsign --sign "Developer ID Installer: Chia Network Inc." ${{ github.workspace }}/build-scripts/macos/target/pkg/CADT-macos-installer-x64.pkg ${{ github.workspace }}/build-scripts/macos/target/pkg-signed/CADT-macos-installer-x64.pkg echo "Notarizing the .pkg" xcrun notarytool submit \