From 71ba3dece0c37f180fe6969ec547039a80c0b968 Mon Sep 17 00:00:00 2001 From: Gorkem Ercan Date: Fri, 19 Apr 2024 11:23:39 -0400 Subject: [PATCH] Update macOS artifact signing script to use kitops-darwin-arm64.zip --- .github/workflows/platform-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/platform-release.yaml b/.github/workflows/platform-release.yaml index 2c49eacb..c48ad58f 100644 --- a/.github/workflows/platform-release.yaml +++ b/.github/workflows/platform-release.yaml @@ -58,7 +58,7 @@ jobs: APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID}} shell: bash run: | - ./build/scripts/sign ./dist/kitops-darwin-amd64.zip + ./build/scripts/sign ./dist/kitops-darwin-arm64.zip ./build/scripts/sign ./dist/kitops-darwin-x86_64.zip - name: Upload macOS artifacts uses: actions/upload-artifact@v4