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 bab0a84 commit cd21ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/03-update-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
# name: ProMesh4-Installer-${{matrix.os}}
name: ProMesh4-Installer-windows-latest
path: assets
# path: $GITHUB_WORKSPACE
github-token: ${{ github.token }}
repository: ${{ github.repository }}
run-id: 11026224064
Expand All @@ -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: ./assets/ProMesh4-Installer-${{matrix.os}}.zip
asset_path: ProMesh4-Installer-${{matrix.os}}.zip
asset_name: ProMesh4-Installer-${{matrix.os}}.zip
asset_content_type: application/zip

0 comments on commit cd21ad6

Please sign in to comment.