Skip to content

Commit

Permalink
Merge pull request #40 from compomics/version-2.0.0
Browse files Browse the repository at this point in the history
Add token to upload action
  • Loading branch information
RalfG authored Nov 21, 2021
2 parents 03a780f + 7f48775 commit 8244369
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:

- name: Upload GUI windows installer
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./ms2rescore-gui-windows.zip
Expand Down

0 comments on commit 8244369

Please sign in to comment.