From 38a745b649eaf33d2d056bcddf08325ddcd9ab40 Mon Sep 17 00:00:00 2001 From: Bruce0203 Date: Mon, 7 Aug 2023 20:46:19 +0900 Subject: [PATCH] init --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2be5726..fa07ada 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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