From 0b37b02f92256ba72f3e845a1ca108ab151b2eaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F?= <34089907+Barocena@users.noreply.github.com> Date: Wed, 20 Dec 2023 21:26:12 +0300 Subject: [PATCH] fix ci --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0c9341..abf2f4a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,7 @@ jobs: asset_content_type: application/octet-stream build-exe: - runs-on: ubuntu-latest + runs-on: windows-latest needs: ["create-release"] steps: - name: Checkout code