Skip to content

Commit 08fdf78

Browse files
committed
disable winres gen
1 parent ff4a4a0 commit 08fdf78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.goreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ env:
33
before:
44
hooks:
55
- go mod tidy
6-
- go install github.com/tc-hib/go-winres@latest
7-
- go generate winres/init.go
8-
- go-winres make
6+
# - go install github.com/tc-hib/go-winres@latest
7+
# - go generate winres/init.go
8+
# - go-winres make
99
release:
1010
draft: true
1111
discussion_category_name: General

0 commit comments

Comments
 (0)