Skip to content

Commit

Permalink
DEFECT: Attempt to fix release GitHub Actions Workflow: #1
Browse files Browse the repository at this point in the history
  • Loading branch information
mprimeaux committed Nov 14, 2024
1 parent df47d86 commit cdc32e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,13 @@ builds:
-X github.com/sixafter/nanoid-cli/cmd.version={{ .Version }} \
-X github.com/sixafter/nanoid-cli/cmd.buildCommit={{ .Env.X_BUILD_COMMIT }}
archives:
- format: tar.gz
- id: tar
format: tar.gz
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
files:
- LICENSE
- format: zip
- id: zip
format: zip
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
files:
- LICENSE
Expand Down

0 comments on commit cdc32e0

Please sign in to comment.