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 }}