From 4e67e1c563441d34168e999e6aa4ba97dfc4111a Mon Sep 17 00:00:00 2001 From: Ryan _ <108048963+RyanYuuki@users.noreply.github.com> Date: Sun, 1 Dec 2024 17:56:48 +0530 Subject: [PATCH] git: fixed linux build not bundling deps --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 12c17c63..dd8bb4a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -177,8 +177,8 @@ jobs: - name: Zip Linux Artifacts run: | - cd build/linux/x64/release/bundle - zip -r ../../../../../AnymeX-Linux.zip . + cd build/linux/x64/release + zip -r ../../../../AnymeX-Linux.zip . - name: Release Linux Build uses: ncipollo/release-action@v1