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 46e3dba commit 2720d2c
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 @@ -87,5 +87,6 @@ jobs:
./gradlew :client:linkReleaseExecutableMingwX64
Compress-Archive -Path .\client\build\bin\mingwX64\releaseExecutable -DestinationPath .\client\build\bin\mingwX64\client.zip
Get-ChildItem -Path . -File -Recurse
gh release upload ${{ github.ref }} .\client\build\bin\mingwX64\client.zip --repo ${{ github.repository }}
echo ${{ github.ref }}
gh release upload ${{github.run_number}} .\client\build\bin\mingwX64\client.zip --repo ${{ github.repository }}

0 comments on commit 2720d2c

Please sign in to comment.