Skip to content

Commit c8f8fa5

Browse files
committed
Fix Goreleaser
1 parent c4603f5 commit c8f8fa5

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
.idea
22
.claude
33
/opcodeoracle
4+
# Added by goreleaser init:
5+
dist/

.goreleaser.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ project_name: opcodeoracle
44

55
before:
66
hooks:
7-
- cmd: go mod tidy
8-
dir: src
7+
- go mod tidy
98

109
builds:
1110
- id: opcodeoracle
@@ -25,11 +24,11 @@ builds:
2524
- arm64
2625

2726
archives:
28-
- format: tar.gz
27+
- formats: [ 'tar.gz' ]
2928
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
3029
format_overrides:
3130
- goos: windows
32-
format: zip
31+
formats: [ 'zip' ]
3332

3433
checksum:
3534
name_template: checksums.txt

0 commit comments

Comments
 (0)