diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa07ada..eafd0e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,7 +82,8 @@ jobs: irm get.scoop.sh -outfile 'install.ps1' .\install.ps1 -RunAsAdmin scoop install gh - gh auth login --with-token <<< ${{ secrets.GITHUB_TOKEN }} + echo "${{ secrets.GITHUB_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