From 185f85c1a2c48809d0f62639096319f17c4b9411 Mon Sep 17 00:00:00 2001 From: Zachary Brown Date: Tue, 14 Jan 2025 16:28:43 -0800 Subject: [PATCH] ci: more mac naming fixes --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \