From c59098f07eecceeb28d806f8af94762c1db52143 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 04c1b6999a30cb2d1139b43192d78748a9515e33..d5ea962e1df529efaaa2ad97918721b91f756b41 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' }}