From 2b5ac535b91aa5a8cd56deb76a8fe9b7f8dd67ba Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Mon, 24 Oct 2022 17:04:33 +0200 Subject: [PATCH] Temporarily upload app bundle as CI artifact Co-Authored-By: Nathan Sobo --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a973436ced..c74c2ae94c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,9 +85,8 @@ jobs: - name: Create app bundle run: script/bundle - - name: Upload app bundle to workflow run if main branch + - name: Upload app bundle to workflow run uses: actions/upload-artifact@v2 - if: ${{ github.ref == 'refs/heads/main' }} with: name: Zed.dmg path: target/release/Zed.dmg