Revert "Temporarily upload app bundle as CI artifact"

Antonio Scandurra created

This reverts commit 2b5ac535b91aa5a8cd56deb76a8fe9b7f8dd67ba.

Change summary

.github/workflows/ci.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Detailed changes

.github/workflows/ci.yml 🔗

@@ -85,8 +85,9 @@ jobs:
       - name: Create app bundle
         run: script/bundle
 
-      - name: Upload app bundle to workflow run
+      - name: Upload app bundle to workflow run if main branch
         uses: actions/upload-artifact@v2
+        if: ${{ github.ref == 'refs/heads/main' }}
         with:
           name: Zed.dmg
           path: target/release/Zed.dmg