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

0 comments on commit eae6696

Please sign in to comment.