From 421b0d21e0adbc3afcd0a775ae4aa4c58a4d6540 Mon Sep 17 00:00:00 2001 From: Arne Naegel Date: Wed, 25 Sep 2024 06:22:31 +0200 Subject: [PATCH] Update 03-update-assets --- .github/workflows/03-update-assets | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/03-update-assets b/.github/workflows/03-update-assets index b65fd07..5295353 100644 --- a/.github/workflows/03-update-assets +++ b/.github/workflows/03-update-assets @@ -1,8 +1,9 @@ on: - push: + workflow_dispatch + # push: # Sequence of patterns matched against refs/tags - tags: - - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 + # tags: + # - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 name: Upload Release Asset jobs: @@ -16,11 +17,11 @@ jobs: - name: Download pre-packed asset uses: actions/download-artifact@v4 with: - name: asset-${{matrix.os}} + name: ProMesh4-Installer-${{matrix.os}} path: assets github-token: ${{ github.token }} repository: ${{ github.repository }} - run-id: 11025786398 + run-id: 11026224064 - name: Download pre-packed artifact runs: ls assets @@ -32,6 +33,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: # 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/my-artifact.zip - asset_name: my-artifact.zip + asset_path: ./assets/ProMesh4-Installer-${{matrix.os}}.zip + asset_name: ProMesh4-Installer-${{matrix.os}}.zip asset_content_type: application/zip