Update zip path for ARM64EC build in nightly.yml

This commit is contained in:
2Epik4u 2026-03-02 22:47:57 -05:00 committed by GitHub
parent 50660d89d7
commit c9a1663ba6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ jobs:
run: MSBuild.exe MinecraftConsoles.sln /p:Configuration=Release /p:Platform="ARM64EC"
- name: Zip Build
run: 7z a -r LCEWindowsARM.zip ./x64/Release/*
run: 7z a -r LCEWindowsARM.zip ./ARM64EC/Release/*
- name: Update release
uses: andelf/nightly-release@main