mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 13:03:02 +03:00
Fix environment variable reference in bundle app job
This commit is contained in:
parent
f56f0b7bbb
commit
8886cb5786
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -116,10 +116,10 @@ jobs:
|
||||
|
||||
- uses: softprops/action-gh-release@v1
|
||||
name: Upload app bundle to release
|
||||
if: ${{ github.env.RELEASE_CHANNEL }}
|
||||
if: ${{ env.RELEASE_CHANNEL }}
|
||||
with:
|
||||
draft: true
|
||||
prerelease: ${{ github.env.RELEASE_CHANNEL == 'preview' }}
|
||||
prerelease: ${{ env.RELEASE_CHANNEL == 'preview' }}
|
||||
files: target/release/Zed.dmg
|
||||
overwrite: true
|
||||
body: ""
|
||||
|
Loading…
Reference in New Issue
Block a user