Skip to content

Commit

Permalink
Update build_main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CRGBS authored Apr 23, 2023
1 parent 378aef4 commit fdf3bf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
id: create_release
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BUILDSC }}
with:
tag_name: v1.0
release_name: Release v1.0
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Upload exe
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BUILDSC }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/main.exe
Expand Down

0 comments on commit fdf3bf2

Please sign in to comment.