Skip to content

Commit

Permalink
Fix github release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Mosciatti committed Apr 8, 2024
1 parent 5789359 commit 0e8de0b
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 @@ -47,7 +47,7 @@ jobs:
rm -rf dist
mkdir -p dist/systemd
CGO_ENABLED=1 go build -tags 'osusergo,netgo,static,' -ldflags '-linkmode=external -extldflags "-static" -X main.Version=${{ env.TAG }}' -o dist/dwgd cmd/dwgd.go
cp init/* dist/systemd/
cp systemd/* dist/systemd/
tar -czvf dwgd-${{ env.TAG }}-${{ env.GOOS }}-${{ env.GOARCH }}.tar.gz -C dist .
- name: Upload release tarball
Expand Down

0 comments on commit 0e8de0b

Please sign in to comment.