Skip to content

Commit

Permalink
Merge pull request #6 from jerryliang122/workflows
Browse files Browse the repository at this point in the history
V
  • Loading branch information
jerryliang122 authored Feb 20, 2023
2 parents 63d05dd + 742d59c commit 387ccd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows-executable-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Upload Windows Executable
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/main.exe
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Upload init_conf
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/init_conf
Expand Down

0 comments on commit 387ccd5

Please sign in to comment.