mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 17:28:40 +00:00
Try a diff upload action
This commit is contained in:
parent
f7b37cdf54
commit
fd3b2c38eb
1 changed files with 5 additions and 5 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -66,13 +66,13 @@ jobs:
|
|||
name: Zed.dmg
|
||||
path: target/release/Zed.dmg
|
||||
|
||||
- uses: svenstaro/upload-release-action@v2
|
||||
- uses: softprops/action-gh-release@v1
|
||||
name: Upload app bundle to release
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: target/release/Zed.dmg
|
||||
asset_name: Zed.dmg
|
||||
tag: ${{ github.ref }}
|
||||
draft: true
|
||||
files: target/release/Zed.dmg
|
||||
overwrite: true
|
||||
body: ""
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue