1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-07-18 06:14:34 +00:00
This commit is contained in:
Laura
2025-06-19 16:31:30 +02:00
parent 2a5bbe4fbb
commit 2396afa38e

View File

@ -43,7 +43,6 @@ jobs:
go build \ go build \
-trimpath \ -trimpath \
-buildvcs=false \ -buildvcs=false \
-buildid= \
-ldflags "-s -w -X 'main.Version=${{ github.ref_name }}'" \ -ldflags "-s -w -X 'main.Version=${{ github.ref_name }}'" \
-tags "${{ matrix.flavour }}" \ -tags "${{ matrix.flavour }}" \
-o "$OUT" -o "$OUT"