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