mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-23 18:32:17 +00:00
🤦♂️
This commit is contained in:
parent
6c51ce9595
commit
614d74948c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue