mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +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
|
name: Zed.dmg
|
||||||
path: target/release/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
|
name: Upload app bundle to release
|
||||||
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
draft: true
|
||||||
file: target/release/Zed.dmg
|
files: target/release/Zed.dmg
|
||||||
asset_name: Zed.dmg
|
|
||||||
tag: ${{ github.ref }}
|
|
||||||
overwrite: true
|
overwrite: true
|
||||||
body: ""
|
body: ""
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue