Skip to content

Commit

Permalink
fix: when building with goreleaser also create archives and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Jul 26, 2024
1 parent 65b2e04 commit e6f9cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
with:
distribution: goreleaser
version: '~> v2'
args: build --snapshot --skip=validate --clean
args: release --skip=publish --skip=snapcraft --skip=validate --clean
- name: Tar binaries to preserve executable bit
run: 'tar -cvf lefthook-binaries.tar --directory dist/ $(find dist/ -executable -type f -printf "%P\0" | xargs --null)'
- name: Upload binaries as artifacts
Expand Down

0 comments on commit e6f9cd3

Please sign in to comment.