mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +00:00
Revert "Temporarily upload app bundle as CI artifact"
This reverts commit 2b5ac535b9
.
This commit is contained in:
parent
dce21900a7
commit
011085a93f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue