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 52736ad commit 2a01302
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 @@ -84,7 +84,7 @@ jobs:
.\install.ps1 -RunAsAdmin
scoop install gh
./gradlew :client:linkReleaseExecutableMingwX64
Rename-Item client\build\bin\mingwX64\releaseExecutable client\build\bin\mingwX64\client
Rename-Item client\build\bin\mingwX64\releaseExecutable -NewName client\build\bin\mingwX64\client
Compress-Archive -Path .\client\build\bin\mingwX64\client -DestinationPath .\client\build\bin\mingwX64\client.zip
Get-ChildItem -Path . -File -Recurse
gh release upload ${{github.run_number}} .\client\build\bin\mingwX64\client.zip --repo ${{ github.repository }}
Expand Down

0 comments on commit 2a01302

Please sign in to comment.