diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eafd0e2..1813b76 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,7 +83,7 @@ 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