From 147364330a865994b0a150925bc4f0d0e96c0ca9 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Wed, 14 Feb 2024 21:47:13 +0100 Subject: [PATCH] Fix publish workflow --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 32490e5..c260eea 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,7 +7,6 @@ on: release: types: - published - - edited jobs: build-image: @@ -141,7 +140,7 @@ jobs: name: Publish multi arch binaries on the release draft (${{ matrix.arch }}-${{ matrix.variant }}) for ${{ matrix.os }} runs-on: ubuntu-latest permissions: - contents: write + contents: write # Edit release artifacts strategy: fail-fast: false matrix: @@ -230,5 +229,6 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file_glob: builds/* + file: builds/* + file_glob: true tag: ${{ github.ref }}