Skip to content

Commit

Permalink
Fix renaming of Linux binary in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timrogers committed Aug 5, 2023
1 parent 4ef0aa1 commit 374278d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Rename Windows binary to conform to GitHub CLI extension rules
run: mv bin/migrate-project-win.exe bin/gh-migrate-project-windows-amd64.exe
- name: Rename Linux binary to conform to GitHub CLI extension rules
run: mv bin/bundle-linux bin/gh-migrate-project-linux-amd64
run: mv bin/migrate-project-linux bin/gh-migrate-project-linux-amd64
- name: Create GitHub release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 374278d

Please sign in to comment.