mirror of
https://github.com/coalaura/ffwebp.git
synced 2025-07-17 22:04:35 +00:00
fix ci
This commit is contained in:
11
.github/workflows/event.json
vendored
Normal file
11
.github/workflows/event.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user