1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-07-17 22:04:35 +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 \
-trimpath \
-buildvcs=false \
-buildid= \
-ldflags "-s -w -X 'main.Version=${{ github.ref_name }}'" \
-tags "${{ matrix.flavour }}" \
-o "$OUT"