Skip to content

Commit

Permalink
added GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
deinhofer authored Sep 26, 2024
1 parent 736229f commit 5e324e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pyinstaller_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,12 @@ jobs:
- name: Upload Multiple Release Assets
# You may pin to the exact commit or the version.
# uses: NBTX/upload-release-assets@f68d1c91ca950f33ee35514883819c2bb053f487
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: NBTX/upload-release-assets@v1
with:
# The URL for uploading assets to the release
upload_url: ${{ needs.release.outputs.upload_url }}
# A glob of assets to upload
targets: ./*.zip
asset_content_type: application/zip

0 comments on commit 5e324e1

Please sign in to comment.