mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-06-09 02:13:09 +00:00
chore: remove .exe from release and only allow the .zip.
This commit is contained in:
parent
3c919553ab
commit
7db8860ea4
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue