From 614d74948c3e2e9de7ac71c0e697934617f70725 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 17 May 2021 21:33:08 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=A6=E2=80=8D=E2=99=82=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9da6c78647..4541d78b99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: - uses: svenstaro/upload-release-action@v2 name: Upload app bundle to release - if: ${{ startsWith(github.github.ref, 'refs/tags/v') }} + if: ${{ startsWith(github.ref, 'refs/tags/v') }} with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: target/release/Zed.dmg