From b219511ef8847563099f19f29c76ceb5aeddc892 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 10 Mar 2026 02:31:05 +0000 Subject: [PATCH] replace Install Task step with go-task action. --- .github/workflows/release.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92cc1a0..5b7527f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,11 +28,9 @@ jobs: virtualenvs-in-project: true - name: Install Task - run: | - Invoke-WebRequest -OutFile go-task.zip -Uri "https://github.com/go-task/task/releases/latest/download/task_windows_amd64.zip" - Expand-Archive -Path go-task.zip -DestinationPath . - Move-Item task.exe C:\Windows\System32\ - shell: pwsh + uses: go-task/setup-task@v1 + with: + version: 3.x - name: Download Forest TTK Theme run: |