chore: remove .exe from release and only allow the .zip.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user