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 7e885aa commit 64fcf76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ jobs:
- name: Buid
run: |
# brew install wine-stable
winget install --id GitHub.cli
wt -w 0 nt
./gradlew :client:linkReleaseExecutableMingwX64
choco install gh
echo "${{ secrets.GITHUB_TOKEN }}" > token
gh auth login --with-token token
gh release upload ${{ github.ref }} build/**.exe --repo ${{ github.repository }}
Expand Down

0 comments on commit 64fcf76

Please sign in to comment.