We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e0e11 commit c821536Copy full SHA for c821536
.github/workflows/build.yml
@@ -77,6 +77,6 @@ jobs:
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
78
with:
79
upload_url: ${{ github.event.release.upload_url }}
80
- asset_path: flamewolf-linux.tar.bz2
+ asset_path: ./flamewolf-linux.tar.bz2
81
asset_name: flamewolf-linux.tar.bz2
82
asset_content_type: application/x-bzip2
0 commit comments