Skip to content

Commit

Permalink
ci: Update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
MelvinSnijders committed May 20, 2024
1 parent 53a85be commit 9fca6f8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
type: 'zip'
filename: 'scouting-improvements-child-${{ github.ref_name }}.zip'

- name: Upload Release
uses: ncipollo/release-action@v1.12.0
with:
artifacts: 'scouting-improvements-child-${{ github.ref_name }}.zip'
token: ${{ secrets.GITHUB_TOKEN }}
allowUpdates: true
- name: Upload Release Asset
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run:
'gh release upload ${{ github.ref_name }} scouting-improvements-child-${{ github.ref_name }}.zip'

0 comments on commit 9fca6f8

Please sign in to comment.