Skip to content

Commit

Permalink
Goreleaser fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusiq committed Mar 3, 2024
1 parent 0b3a3a9 commit 85de330
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean

- uses: actions/checkout@v2
with:
Expand Down
9 changes: 0 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,13 @@ builds:
archives:
- builds:
- binary
replacements:
darwin: Darwin
linux: Linux
386: x86
amd64: x86_64
format_overrides:
- goos: windows
format: zip
- builds:
- win_binary
id: win_binary
format: zip
replacements:
windows: Windows
386: x86
amd64: x86_64
files:
- src: scripts/regolith-update.ps1
dst: ./
Expand Down

0 comments on commit 85de330

Please sign in to comment.