From 4f160b35f60e3b397a83b16ef9103b8219331eb7 Mon Sep 17 00:00:00 2001 From: Evan Husted Date: Sat, 26 Oct 2024 07:36:33 -0500 Subject: [PATCH] Update build.yml https://github.com/piplup55/Ryujinx2.0/commit/e1dfeac7e818c053e1e83a0a6593fadce9d2256a --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a32959bc3..01c88f514 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,6 +7,7 @@ env: POWERSHELL_TELEMETRY_OPTOUT: 1 DOTNET_CLI_TELEMETRY_OPTOUT: 1 RYUJINX_BASE_VERSION: "1.2.0" + RELEASE: 0 jobs: build: @@ -103,8 +104,6 @@ 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