From c732865fc5918a4898fe79bcac730309d0c47cc7 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Wed, 10 Jul 2024 11:04:32 -0600 Subject: [PATCH] Build x86 linux too :/ (#14068) Release Notes: - N/A --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5ea962e1d..9c834ec25c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -319,7 +319,6 @@ jobs: - name: Upload app bundle to release uses: softprops/action-gh-release@v1 - if: ${{ env.RELEASE_CHANNEL == 'preview' }} with: draft: true prerelease: ${{ env.RELEASE_CHANNEL == 'preview' }}