Skip to content

Commit

Permalink
Fix building release for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
fbngrmr authored Mar 31, 2024
1 parent 01eff0f commit ceece4e
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 @@ -15,7 +15,7 @@ jobs:
with:
fetch-depth: 0
- name: Build for macOS, Windows, Linux
run: make release-darwin && make release-windows && make release-darwin
run: make release-linux && make release-windows && make release-darwin
- name: Create GitHub release
uses: actions/create-release@v1
id: create_release
Expand Down

0 comments on commit ceece4e

Please sign in to comment.