Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Feb 10, 2024
1 parent a0158c8 commit 6604e89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '**'

# Test Locally with:
# goreleaser build --skip-validate --config gorelease.yaml --snapshot
# goreleaser build --skip-validate --snapshot

jobs:
goreleaser:
Expand Down
4 changes: 2 additions & 2 deletions gorelease.yaml → .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ builds:
- windows_amd64_v1
- windows_arm64
- windows_386
dir: ./cmd/spawn
main: .
dir: .
main: ./cmd/spawn
binary: spawn
builder: go
gobinary: go
Expand Down

0 comments on commit 6604e89

Please sign in to comment.