mirror of
https://github.com/axllent/mailpit.git
synced 2024-12-30 23:17:59 +02:00
Fix go build
This commit is contained in:
parent
8159694b93
commit
07141d3a21
2
.github/workflows/release-build.yml
vendored
2
.github/workflows/release-build.yml
vendored
@ -39,4 +39,4 @@ jobs:
|
|||||||
goarch: ${{ matrix.goarch }}
|
goarch: ${{ matrix.goarch }}
|
||||||
binary_name: "mailpit"
|
binary_name: "mailpit"
|
||||||
extra_files: LICENSE README.md
|
extra_files: LICENSE README.md
|
||||||
build_command: go build -trimpath -ldflags '-w -X github.com/axllent/mailpit/cmd.Version=${{ steps.tag.outputs.tag }}'
|
ldflags: -w -X "github.com/axllent/mailpit/cmd.Version=${{ steps.tag.outputs.tag }}""
|
||||||
|
Loading…
Reference in New Issue
Block a user