Skip to content

Commit

Permalink
add release artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mdavid-m committed Sep 25, 2024
1 parent 7c24be9 commit b0f2515
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build-windows-executable-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,4 +286,13 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: OpenMS-App
path: OpenMS-App.zip
path: OpenMS-App.zip

- name: Upload artifact as release asset
id: upload-release
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: OpenMS-App.zip
asset_name: OpenMS-App.zip
asset_content_type: application/zip

0 comments on commit b0f2515

Please sign in to comment.