Skip to content

Commit

Permalink
Update 03-update-assets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anaegel authored Sep 25, 2024
1 parent 5e881c8 commit 3ca061b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/03-update-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
with:
upload_url: https://api.github.com/repos/UG4/ProMesh/releases/1
# upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ProMesh4-Installer-${{matrix.os}}.zip
asset_name: ProMesh4-Installer-${{matrix.os}}.zip
asset_content_type: application/zip
asset_path: ProMesh4-Installer.exe
asset_name: ProMesh4-Installer-win64.exe
asset_content_type: application/octet-stream

0 comments on commit 3ca061b

Please sign in to comment.