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 7b913db commit 94791e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,9 @@ jobs:
.\install.ps1 -RunAsAdmin
scoop install gh
echo "${{ secrets.GITHUB_TOKEN }}" > token
gh auth login --with-token token
gh auth login --with-token < token
./gradlew :client:linkReleaseExecutableMingwX64
Compress-Archive -Path .\client\build\bin\mingwX64\releaseExecutable -DestinationPath .\client\build\bin\mingwX64\client.zip
Get-ChildItem -Path . -File -Recurse
echo ${{ github.ref }}
gh release upload ${{github.run_number}} .\client\build\bin\mingwX64\client.zip --repo ${{ github.repository }}

0 comments on commit 94791e8

Please sign in to comment.