Skip to content

Commit

Permalink
.goreleaser: fix dumb copy paste
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed May 30, 2023
1 parent ca585bf commit b0b28f0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project_name: alloy
project_name: flasher
before:
hooks:
- go mod tidy
Expand All @@ -11,11 +11,11 @@ builds:
- linux
- darwin
ldflags:
- -X "github.com/metal-toolbox/alloy/internal/version.AppVersion={{ .Version }}"
-X "github.com/metal-toolbox/alloy/internal/version.GoVersion={{ .Env.GOVERSION }}"
-X "github.com/metal-toolbox/alloy/internal/version.GitCommit={{ .Commit }}"
-X "github.com/metal-toolbox/alloy/internal/version.GitBranch={{ .Branch }}"
-X "github.com/metal-toolbox/alloy/internal/version.BuildDate={{ .Date }}"
- -X "github.com/metal-toolbox/flasher/internal/version.AppVersion={{ .Version }}"
-X "github.com/metal-toolbox/flasher/internal/version.GoVersion={{ .Env.GOVERSION }}"
-X "github.com/metal-toolbox/flasher/internal/version.GitCommit={{ .Commit }}"
-X "github.com/metal-toolbox/flasher/internal/version.GitBranch={{ .Branch }}"
-X "github.com/metal-toolbox/flasher/internal/version.BuildDate={{ .Date }}"


archives:
Expand Down

0 comments on commit b0b28f0

Please sign in to comment.