Skip to content

Commit

Permalink
Update macOS artifact signing script to use kitops-darwin-arm64.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
gorkem committed Apr 19, 2024
1 parent 5025057 commit 71ba3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/platform-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71ba3de

Please sign in to comment.