From 8bdad8e92cb39a01385fd6b2815c44f7739d7814 Mon Sep 17 00:00:00 2001 From: neo Date: Sun, 12 Jul 2026 21:37:44 +0100 Subject: [PATCH] ci: windows runner --- .github/workflows/stable.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index 8f9c3921..5e3e62d8 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -19,7 +19,7 @@ concurrency: jobs: build-client-and-server: name: Build Client and Server - runs-on: fireblade-server + runs-on: windows-10 steps: - name: Checkout @@ -232,6 +232,7 @@ jobs: - name: Download release files shell: bash run: | + sed -i 's/\r$//' artifacts/server.txt while IFS='=' read -r filename url; do echo "Downloading $filename..." curl -L "$url" -o "artifacts/$filename" @@ -288,6 +289,7 @@ jobs: - name: Download release files shell: bash run: | + sed -i 's/\r$//' artifacts/client.txt while IFS='=' read -r filename url; do echo "Downloading $filename..." curl -L "$url" -o "artifacts/$filename" @@ -337,4 +339,4 @@ jobs: with: name: | client-release - server-release \ No newline at end of file + server-release