Skip to content

Commit

Permalink
fix(gh-actions): add unique ids for all build specified (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
plastikfan committed Apr 12, 2023
1 parent 03dc6a7 commit 9388661
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,22 @@ before:
# ? do we need a - go mod generate
# - go mod generate
builds:
- env:
- id: "arcadia"
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
- main: ./src/app/main/
# Not currently what else is also defaulting to default,
# causing the conflict error because of multiple builds
# with the same id. Something else somewhere needs id
# setting to something, but what?
#
id: "arcadia-main-release"
- id: "arcadia-main"
main: ./src/app/main/
binary: arcadia

env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
archives:
- format: tar.gz
# this name template makes the OS and Arch compatible with the results of uname.
Expand Down

0 comments on commit 9388661

Please sign in to comment.