Skip to content

Commit

Permalink
ci: oops v2
Browse files Browse the repository at this point in the history
  • Loading branch information
chabad360 committed Nov 9, 2021
1 parent a3a44ee commit 4d3cb45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --snapshot --rm-dist
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ before:
hooks:
- go get github.com/tc-hib/go-winres@latest
- go mod download
- rsvg-convert -h 256 images/logo.svg > winres/icon.png
- bash -c "rsvg-convert -h 256 images/logo.svg > winres/icon.png"
- go-winres make --product-version=git-tag --file-version=git-tag
builds:
- id: darwin
Expand Down

0 comments on commit 4d3cb45

Please sign in to comment.