mirror of https://github.com/lapce/lapce.git
fix release.yml
This commit is contained in:
parent
b71541f9d8
commit
7a8fffa175
|
@ -203,7 +203,6 @@ jobs:
|
||||||
env:
|
env:
|
||||||
RELEASE_TAG_NAME: ${{ needs.tagname.outputs.tag_name }}
|
RELEASE_TAG_NAME: ${{ needs.tagname.outputs.tag_name }}
|
||||||
|
|
||||||
env:
|
|
||||||
NOTARIZE_USERNAME: ${{ secrets.NOTARIZE_USERNAME }}
|
NOTARIZE_USERNAME: ${{ secrets.NOTARIZE_USERNAME }}
|
||||||
NOTARIZE_PASSWORD: ${{ secrets.NOTARIZE_PASSWORD }}
|
NOTARIZE_PASSWORD: ${{ secrets.NOTARIZE_PASSWORD }}
|
||||||
|
|
||||||
|
@ -277,4 +276,4 @@ jobs:
|
||||||
env:
|
env:
|
||||||
DEBUG: api
|
DEBUG: api
|
||||||
run: |
|
run: |
|
||||||
gh release create $TAG_NAME $PRERELEASE --title "$TAG_NAME" --target $GITHUB_SHA lapce-macos/* lapce-linux/* lapce-proxy-linux-*/* lapce-windows/*
|
gh release create $TAG_NAME $PRERELEASE --title "$TAG_NAME" --target $GITHUB_SHA lapce-macos/* lapce-linux/* lapce-proxy-linux-*/* lapce-windows/*
|
Loading…
Reference in New Issue