Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce0203 committed Aug 7, 2023
1 parent 8117b8d commit 82077e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
./gradlew :client:linkReleaseExecutableMingwX64
scoop bucket add github-gh https://github.com/cli/scoop-gh.git
scoop install gh
echo "${{ secrets.GITHUB_TOKEN }}" token
gh auth login --with-token < token
echo "${{ secrets.GITHUB_TOKEN }}" > token
gh auth login --with-token token
gh release upload ${{ github.ref }} build/**.exe --repo ${{ github.repository }}
# - name: Build
Expand Down

0 comments on commit 82077e7

Please sign in to comment.