From 8886cb5786ac18d22441a9c4c1abe8c6b27b4496 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Wed, 26 Oct 2022 17:34:53 -0700 Subject: [PATCH] Fix environment variable reference in bundle app job --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d3bff500e..51b247760a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: ""