Skip to content

Commit

Permalink
ci: Fix upload release action
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Aug 3, 2024
1 parent e9d15a6 commit 97c10e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') && success()
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
path: dist/Cockpit-${{ matrix.suffix }}-*.${{ matrix.extension }}
file: dist/Cockpit-${{ matrix.suffix }}-*.${{ matrix.extension }}
tag: ${{ github.ref }}
overwrite: true
prerelease: true
Expand Down

0 comments on commit 97c10e9

Please sign in to comment.