From 8a0d5ae0679ae481f0484a8d689e967fdb6dd38c Mon Sep 17 00:00:00 2001 From: "gcp-cherry-pick-bot[bot]" <98988430+gcp-cherry-pick-bot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 11:54:46 -0600 Subject: [PATCH] Build x86 linux too :/ (cherry-pick #14068) (#14073) Cherry-picked Build x86 linux too :/ (#14068) Release Notes: - N/A Co-authored-by: Conrad Irwin --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5ea962e1df529efaaa2ad97918721b91f756b41..9c834ec25c1f466e97ea6f30894eb037961fb383 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' }}