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