Skip to content

Commit

Permalink
fix: 修复 goreleaser 错误
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsSov8forUs committed Jun 19, 2024
1 parent 5d6eef4 commit b2340ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
args: release
env:
GITHUB_TOKEN: ${{ secrets.PAT }}

Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ before:
- go generate ./...
- go install github.com/akavel/rsrc@latest
- which rsrc
- rm -rf ./dist

builds:
- id: nowin
Expand Down

0 comments on commit b2340ec

Please sign in to comment.