From f8bb011eaca0b3ec5303cbabb79a0021cc8a0ee1 Mon Sep 17 00:00:00 2001 From: sitiom Date: Fri, 7 Jul 2023 08:52:14 +0800 Subject: [PATCH] switch winget releaser runner to `ubuntu-latest` --- .github/workflows/winget.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 3eb3da3..07b5632 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -5,10 +5,10 @@ on: jobs: publish: - runs-on: windows-latest # Action can only run on Windows + runs-on: ubuntu-latest steps: - uses: vedantmgoyal2009/winget-releaser@v2 with: identifier: schollz.croc installers-regex: '_Windows-\w+\.zip$' - token: ${{ secrets.WINGET_TOKEN }} \ No newline at end of file + token: ${{ secrets.WINGET_TOKEN }}