Skip to content

Commit 4d3cb45

Browse files
committed
ci: oops v2
1 parent a3a44ee commit 4d3cb45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: goreleaser/goreleaser-action@v2
3939
with:
4040
version: latest
41-
args: release --snapshot --rm-dist
41+
args: release --rm-dist
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ before:
33
hooks:
44
- go get github.com/tc-hib/go-winres@latest
55
- go mod download
6-
- rsvg-convert -h 256 images/logo.svg > winres/icon.png
6+
- bash -c "rsvg-convert -h 256 images/logo.svg > winres/icon.png"
77
- go-winres make --product-version=git-tag --file-version=git-tag
88
builds:
99
- id: darwin

0 commit comments

Comments
 (0)