From 95b1cb38b51d870de608b43cfa854d136fd733be Mon Sep 17 00:00:00 2001 From: Laura Date: Thu, 19 Jun 2025 16:42:04 +0200 Subject: [PATCH] fix ci --- .github/workflows/event.json | 11 +++++++++++ .github/workflows/release.yml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/event.json diff --git a/.github/workflows/event.json b/.github/workflows/event.json new file mode 100644 index 0000000..6b6fcdd --- /dev/null +++ b/.github/workflows/event.json @@ -0,0 +1,11 @@ +{ + "ref": "refs/tags/v1.2.3", + "ref_type": "tag", + "repository": { + "full_name": "coalaura/ffwebp" + }, + "after": "0123456789abcdef0123456789abcdef01234567", + "head_commit": { + "id": "0123456789abcdef0123456789abcdef01234567" + } +} \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d772e95..504a088 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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