Skip to content

Commit

Permalink
Fix filenames in publish workflow (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaScorpion committed Dec 8, 2023
1 parent d9f0f82 commit 5c0e792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
tar czvf ${{ matrix.filename }}.tar.gz gokart-prompt
- uses: softprops/action-gh-release@v1
with:
files: ${{ matrix.filename }}
files: ${{ matrix.filename }}.tar.gz
generate_release_notes: true

0 comments on commit 5c0e792

Please sign in to comment.