diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index baf8874..aa7123d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -293,7 +293,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ${{ steps.download.outputs.download-path }}/artifact/ supercan-win.7z + asset_path: ${{ steps.download.outputs.download-path }}/artifact/supercan-win.7z asset_name: supercan-win.7z asset_content_type: application/x-7z-compressed @@ -303,7 +303,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ${{ steps.download.outputs.download-path }}/artifact/ supercan_inst.exe + asset_path: ${{ steps.download.outputs.download-path }}/artifact/supercan_inst.exe asset_name: supercan_inst.exe asset_content_type: application/vnd.microsoft.portable-executable