From f024fcff3d1eeed5729463222d452a6d7e9fe59a Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Wed, 3 Jul 2024 10:31:14 -0600 Subject: [PATCH] Linux builds on stable (#13744) Release Notes: - First beta version of Linux --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04c1b6999a..d5ea962e1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -402,7 +402,7 @@ jobs: - name: Upload app bundle to release uses: softprops/action-gh-release@v1 - if: ${{ env.RELEASE_CHANNEL == 'preview' }} + if: ${{ env.RELEASE_CHANNEL == 'preview' || env.RELEASE_CHANNEL == 'stable' }} with: draft: true prerelease: ${{ env.RELEASE_CHANNEL == 'preview' }}