Skip to content

Commit

Permalink
ci: use two archives for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
romnn committed Jan 11, 2025
1 parent c45ed42 commit 2569724
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,22 +78,22 @@ archives:
format: tar.gz
name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
builds:
- cargo-fc
- cargo-feature-combinations
files:
- LICENSE
format_overrides:
- goos: windows
format: zip
# - id: cargo-fc
# format: tar.gz
# builds:
# - cargo-fc
# files:
# - LICENSE
# format_overrides:
# - goos: windows
# format: zip
- id: cargo-fc
format: tar.gz
name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
builds:
- cargo-fc
files:
- LICENSE
format_overrides:
- goos: windows
format: zip

checksum:
name_template: "checksums.txt"
Expand Down

0 comments on commit 2569724

Please sign in to comment.