From 77069b368cf1ad0d03218e38cff6fe787abf4af0 Mon Sep 17 00:00:00 2001 From: sitiom Date: Wed, 7 Jun 2023 17:30:10 +0800 Subject: [PATCH] Update CICD.yml --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 93e3d218..e7cb9cac 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -434,7 +434,7 @@ jobs: winget: name: Publish to Winget - runs-on: windows-latest # Action can only run on Windows + runs-on: ubuntu-latest needs: build if: startsWith(github.ref, 'refs/tags/v') steps: