ci: windows runner

This commit is contained in:
neo
2026-07-12 21:37:44 +01:00
committed by Fireblade
parent 977a7496b3
commit 8bdad8e92c

View File

@@ -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
server-release