From 4a3f19084ce6a50306f05ffedee56455623b3388 Mon Sep 17 00:00:00 2001 From: Xanderplayz16 <74632800+Xanderplayz16@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:31:26 -0500 Subject: [PATCH] Update compile-windows.yml --- .github/workflows/compile-windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile-windows.yml b/.github/workflows/compile-windows.yml index efe8c03..19dc1c9 100644 --- a/.github/workflows/compile-windows.yml +++ b/.github/workflows/compile-windows.yml @@ -32,8 +32,8 @@ jobs: run: | cd client echo Y | python -m nuitka launcher.py --standalone --enable-plugin=pyqt6 --disable-console - - name: Tar files - run: copy launcher.ui client/launcher.dist && cd client && zip -r launcher.zip launcher.dist + - name: Zip files + run: copy launcher.ui client/launcher.dist && cd client && Compress-Archive -Path launcher.zip -Destination launcher.dist - name: Upload Artifact uses: actions/upload-artifact@v3 with: