Skip to content

Commit

Permalink
ci: release add all platform artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
megglos committed Sep 23, 2024
1 parent 58a8465 commit 222d7c6
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 @@ -45,7 +45,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
name: ${{ env.RELEASE_VERSION }}
artifacts: "cmd/zbctl/dist/*"
artifacts: "cmd/zbctl/dist/zbctl,cmd/zbctl/dist/zbctl.exe,cmd/zbctl/dist/zbctl.darwin"
artifactErrorsFailBuild: true
generateReleaseNotes: true
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 222d7c6

Please sign in to comment.