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:42:04 +02:00
parent 2396afa38e
commit 95b1cb38b5
2 changed files with 12 additions and 1 deletions

11
.github/workflows/event.json vendored Normal file
View File

@ -0,0 +1,11 @@
{
"ref": "refs/tags/v1.2.3",
"ref_type": "tag",
"repository": {
"full_name": "coalaura/ffwebp"
},
"after": "0123456789abcdef0123456789abcdef01234567",
"head_commit": {
"id": "0123456789abcdef0123456789abcdef01234567"
}
}

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