Skip to content

Commit

Permalink
Merge pull request #15 from smlx/release-naming
Browse files Browse the repository at this point in the history
Fix release naming and uploading
  • Loading branch information
smlx authored Feb 14, 2021
2 parents f46c83d + b9a9cef commit 0800860
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- v*
jobs:
tag:
release:
strategy:
# avoid concurrent goreleaser runs
max-parallel: 1
Expand Down
2 changes: 2 additions & 0 deletions .goreleaser.macos-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ builds:
- dir: cmd/piv-agent
goos:
- darwin
checksum:
name_template: "{{ .ProjectName }}_{{ .Version }}_darwin_checksums.txt"
2 changes: 2 additions & 0 deletions .goreleaser.ubuntu-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ builds:
- linux
goarch:
- amd64
checksum:
name_template: "{{ .ProjectName }}_{{ .Version }}_linux_checksums.txt"

0 comments on commit 0800860

Please sign in to comment.