Skip to content

Commit

Permalink
Fix goreleaser --single-target arg
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Nov 21, 2024
1 parent ebb6762 commit 4cd8b03
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 @@ -132,7 +132,7 @@ jobs:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
version: latest
args: --clean --snapshot --single-target
args: build --single-target --clean --snapshot
- name: Copy files (Ubuntu)
run: |
cp dist/pelican_linux_amd64_v1/pelican ./
Expand Down

0 comments on commit 4cd8b03

Please sign in to comment.