Skip to content

Commit

Permalink
Fix release file name in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaccha committed Feb 17, 2024
1 parent c22091c commit 9b27f81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: tataki-${{ matrix.name }}
file: tataki
asset_name: tataki-${{ matrix.name }}
prerelease: true

0 comments on commit 9b27f81

Please sign in to comment.