Skip to content

Commit

Permalink
Release CI: build the binaries with -trimpath
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Oct 11, 2023
1 parent 263770e commit 2b0f63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
go-version: "1.20"
- run: mkdir build
- run: go build -o build/syncv3_${{ matrix.os }}_${{ matrix.arch }} ./cmd/syncv3
- run: go build -trimpath -o build/syncv3_${{ matrix.os }}_${{ matrix.arch }} ./cmd/syncv3
env:
GOOS: ${{ matrix.os }}
GOARCH: ${{ matrix.arch }}
Expand Down

0 comments on commit 2b0f63d

Please sign in to comment.