Skip to content

Commit

Permalink
Fix version tag on release binary
Browse files Browse the repository at this point in the history
  • Loading branch information
colinnewell committed Jan 23, 2022
1 parent e1de630 commit f6eb16e
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 @@ -21,7 +21,7 @@ jobs:
- name: Build binaries
run: |
go build -o "pcap2mysql-log-$(git describe --tags)" -ldflags "-X github.com/colinnewell/pcap-cli/cli.Version=$(git describe --tags)" cmd/pcap2mysql-log/*.go
CGO_ENABLED=0 go build -o "pcap2mysql-summaries-$(git describe --tags)" -ldflags "-X github.com/colinnewell/pcap-cli/cli.Version=$(git describe --tags)" cmd/pcap2mysql-summaries/*.go
CGO_ENABLED=0 go build -o "pcap2mysql-summaries-$(git describe --tags)" -ldflags "-X main.Version=$(git describe --tags)" cmd/pcap2mysql-summaries/*.go
- name: Upload release artifacts
uses: actions/github-script@v3
Expand Down

0 comments on commit f6eb16e

Please sign in to comment.