Skip to content

Commit

Permalink
Github action debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jgressmann committed Oct 15, 2023
1 parent 3cb8a49 commit c1ca642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit c1ca642

Please sign in to comment.