From 815822cd6008debca1ef4dcc1d9cc6ccab42abde Mon Sep 17 00:00:00 2001 From: Nayla Date: Wed, 23 Oct 2024 19:33:45 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edbeaf0256..d169f878ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,9 @@ jobs: - name: Build run: | mkdir -p build && cd build && cmake .. -G Ninja -DLINUX_LOCAL_DEV=true -DCMAKE_INSTALL_PREFIX=/usr -DDISTRIBUTOR="Mario Party Netplay" && ninja -j8 + - name: Compile AppImage + run: | + sh ./Distribution/appimage.sh - name: Upload Build Artifact uses: actions/upload-artifact@v4 with: