From 7db8860ea4a58772655603edd5885ad05fc9fe35 Mon Sep 17 00:00:00 2001 From: piebot <274605694+pieeebot@users.noreply.github.com> Date: Fri, 24 Apr 2026 18:55:32 +0300 Subject: [PATCH] chore: remove .exe from release and only allow the .zip. --- .github/workflows/nightly.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index f4404229..dc4f271b 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -84,7 +84,6 @@ jobs: run: | New-Item -ItemType Directory -Force -Path staging Copy-Item neoLegacyWindows64.zip staging/ - Copy-Item ./build/windows64/Minecraft.Client/Release/Minecraft.Client.exe staging/ - name: Upload artifacts uses: actions/upload-artifact@v6 @@ -278,7 +277,6 @@ jobs: with: subject-path: | artifacts/neoLegacyWindows64.zip - artifacts/Minecraft.Client.exe - name: Get short SHA id: sha