From 2fcba506cc6f3d113de5e8a9607a32848eeef754 Mon Sep 17 00:00:00 2001 From: Fireblade <3+fireblade@noreply.neolegacy.dev> Date: Mon, 13 Jul 2026 00:13:46 +0100 Subject: [PATCH] chore: clear artifact folder before uploading server --- .github/workflows/stable.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index 5e3e62d8..7b844421 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -187,11 +187,12 @@ jobs: - name: Stage artifacts shell: pwsh run: | + Remove-Item -Recurse -Force staging -ErrorAction SilentlyContinue New-Item -ItemType Directory -Force -Path staging Copy-Item neoLegacyServerWindows64.zip staging/ Copy-Item neoLegacyServerWindows64-FourKit.zip staging/ - - name: Upload Artifacts + - name: Upload artifacts shell: pwsh run: | New-Item -ItemType Directory -Force -Path upload