fix: workflow stage exe path

This commit is contained in:
str1k3r
2026-07-21 16:02:55 -04:00
parent 59b9fec5c2
commit 09cedad533
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
- name: Stage exe
if: matrix.platform == 'Windows64'
run: |
Copy-Item ./x64/${{ matrix.platform }}/Minecraft.Client.exe staging/
Copy-Item ./x64/${{ matrix.configuration }}/Minecraft.Client.exe staging/
- name: Upload artifacts
uses: https://github.com/actions/upload-artifact@v3