diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d7611f8..521b998 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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