Skip to content

Commit

Permalink
Update github actions typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyeOfBreeze committed Jul 21, 2024
1 parent 6f2d018 commit 27818d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Upload files to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_DEPLOY_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./build/
tag: ${{ github.ref }}
overwrite: true
Expand Down

0 comments on commit 27818d7

Please sign in to comment.