Skip to content

Commit

Permalink
Fix darwin-amd64 renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
timrogers committed Nov 28, 2024
1 parent 7b245f6 commit e5edcc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ jobs:
- name: Rename macOS ARM64 binary to conform to GitHub CLI extension rules
run: mv bin/migrate-project-arm64 bin/gh-migrate-project-darwin-arm64
- name: Rename macOS AMD64 binary to conform to GitHub CLI extension rules
run: mv bin/migrate-project-amd64 bin/gh-migrate-project-darwin-amd64
run: mv bin/migrate-project-x64 bin/gh-migrate-project-darwin-amd64
- name: Write Apple signing key to a file
env:
APPLE_SIGNING_KEY_P12: ${{ secrets.APPLE_SIGNING_KEY_P12 }}
Expand Down

0 comments on commit e5edcc1

Please sign in to comment.