diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ad38e405..a32959bc3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,6 +103,8 @@ jobs: export UFLAG="gh-releases-zsync|${{ github.repository_owner }}|${{ github.event.repository.name }}|latest|*-$ARCH_NAME.AppImage.zsync" BUILDDIR=publish OUTDIR=publish_appimage distribution/linux/appimage/build-appimage.sh shell: bash + env: + RELEASE=0 - name: Upload Ryujinx artifact uses: actions/upload-artifact@v4