mirror of
https://git.neolegacy.dev/neoStudiosLCE/neoLegacy.git
synced 2026-07-15 18:42:34 +00:00
ci: windows runner
This commit is contained in:
6
.github/workflows/stable.yml
vendored
6
.github/workflows/stable.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user