mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 21:43:45 +03:00
Bundle linux preview releases too (#11231)
Release Notes: - Added preview builds for linux
This commit is contained in:
parent
3752ed294d
commit
93fbca4242
21
.github/workflows/ci.yml
vendored
21
.github/workflows/ci.yml
vendored
@ -323,14 +323,13 @@ jobs:
|
|||||||
name: zed-${{ github.event.pull_request.head.sha || github.sha }}-x86_64-unknown-linux-gnu.tar.gz
|
name: zed-${{ github.event.pull_request.head.sha || github.sha }}-x86_64-unknown-linux-gnu.tar.gz
|
||||||
path: zed-*.tar.gz
|
path: zed-*.tar.gz
|
||||||
|
|
||||||
# TODO linux : make it stable enough to be uploaded as a release
|
- name: Upload app bundle to release
|
||||||
# - uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
# name: Upload app bundle to release
|
if: ${{ env.RELEASE_CHANNEL == 'preview' }}
|
||||||
# if: ${{ env.RELEASE_CHANNEL == 'preview' || env.RELEASE_CHANNEL == 'stable' }}
|
with:
|
||||||
# with:
|
draft: true
|
||||||
# draft: true
|
prerelease: ${{ env.RELEASE_CHANNEL == 'preview' }}
|
||||||
# prerelease: ${{ env.RELEASE_CHANNEL == 'preview' }}
|
files: target/release/zed-linux-x86_64.tar.gz
|
||||||
# files: target/release/Zed.dmg
|
body: ""
|
||||||
# body: ""
|
env:
|
||||||
# env:
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user