mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Linux builds on stable (#13744)
Release Notes: - First beta version of Linux
This commit is contained in:
parent
2f05f5bc5c
commit
f024fcff3d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -402,7 +402,7 @@ jobs:
|
||||
|
||||
- name: Upload app bundle to release
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: ${{ env.RELEASE_CHANNEL == 'preview' }}
|
||||
if: ${{ env.RELEASE_CHANNEL == 'preview' || env.RELEASE_CHANNEL == 'stable' }}
|
||||
with:
|
||||
draft: true
|
||||
prerelease: ${{ env.RELEASE_CHANNEL == 'preview' }}
|
||||
|
Loading…
Reference in New Issue
Block a user