Build x86 linux too :/ (#14068)

Conrad Irwin created

Release Notes:

- N/A

Change summary

.github/workflows/ci.yml | 1 -
1 file changed, 1 deletion(-)

Detailed changes

.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' }}