diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9da6c7864767c9074ad03cedc6d48173ec2eaf94..4541d78b9927465b18c201b67dfc5b1bb63eeeef 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