Skip to content

Commit

Permalink
fix(ci): add id
Browse files Browse the repository at this point in the history
  • Loading branch information
EverythingSuckz committed Nov 28, 2023
1 parent ec520e4 commit e8f2c91
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ before:
- go generate ./...

builds:
- main: ./cmd/fsb/main.go
- env:
- id: fsb-main
main: ./cmd/fsb/main.go
- id: fsb-env
env:
- CGO_ENABLED=0
goos:
- linux
Expand Down

0 comments on commit e8f2c91

Please sign in to comment.