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 b9c2451 commit 38a745b
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 @@ -82,8 +82,7 @@ jobs:
irm get.scoop.sh -outfile 'install.ps1'
.\install.ps1 -RunAsAdmin
scoop install gh
echo "${{ secrets.GITHUB_TOKEN }}" > token
gh auth login --with-token | .\token
gh auth login --with-token <<< ${{ secrets.GITHUB_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 38a745b

Please sign in to comment.