Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineGagne committed Aug 27, 2022
1 parent 4aa1dd8 commit 7099c8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./assets/parthenon-Windows-x86_64/parthenon
asset_name: parthenon-Windows-x86_64
asset_path: ./assets/parthenon-Windows-x86_64/parthenon.exe
asset_name: parthenon-Windows-x86_64.exe
asset_content_type: application/octet-stream

0 comments on commit 7099c8d

Please sign in to comment.