Skip to content

Commit

Permalink
Fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Feb 14, 2024
1 parent 51bd345 commit 1473643
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
release:
types:
- published
- edited

jobs:
build-image:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}

0 comments on commit 1473643

Please sign in to comment.