Skip to content

Commit

Permalink
Add missing token to upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
BusyCityGuy committed Sep 25, 2024
1 parent 9147564 commit 73db99a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ jobs:

- name: Upload zip artifact to the GitHub release
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: build/zip/StateQ-${{ needs.get-version.outputs.version-with-dashes}}.zip
Expand Down

0 comments on commit 73db99a

Please sign in to comment.