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 b430876 commit 83e5422
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/03-update-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout self
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Download pre-packed asset
uses: actions/download-artifact@v4
Expand All @@ -43,6 +43,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
# 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_name: ProMesh4-Installer-${{matrix.os}}.zip
Expand Down

0 comments on commit 83e5422

Please sign in to comment.