We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe38924 commit 6eaae25Copy full SHA for 6eaae25
.github/workflows/ci.yaml
@@ -32,3 +32,15 @@ jobs:
32
33
- name: Test
34
run: make test
35
+
36
+ config:
37
+ name: Check GoReleaser config
38
+ runs-on: ubuntu-latest
39
+ steps:
40
+ - name: Checkout
41
+ uses: actions/checkout@v4
42
43
+ - name: Check GoReleaser
44
+ uses: goreleaser/goreleaser-action@v6
45
+ with:
46
+ args: check
.goreleaser.yaml
@@ -31,7 +31,7 @@ builds:
31
goarch: '386'
binary: '{{ .ProjectName }}_v{{ .Version }}'
archives:
-- format: zip
+- formats: [ 'zip' ]
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
checksum:
extra_files:
0 commit comments