chore: clear artifact folder before uploading server

This commit is contained in:
Fireblade
2026-07-13 00:13:46 +01:00
parent 8bdad8e92c
commit 2fcba506cc
+2 -1
View File
@@ -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