1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-09-09 06:19:55 +00:00
This commit is contained in:
Laura
2025-06-19 16:42:04 +02:00
parent 2396afa38e
commit 95b1cb38b5
2 changed files with 12 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ jobs:
-buildvcs=false \
-ldflags "-s -w -X 'main.Version=${{ github.ref_name }}'" \
-tags "${{ matrix.flavour }}" \
-o "$OUT"
-o "$OUT" ./cmd/ffwebp
- name: Upload artifact
uses: actions/upload-artifact@v4