Update release.yml

This commit is contained in:
Dongdong Zhou 2021-12-30 17:27:28 +00:00
parent 4d719547b2
commit 717c097337
1 changed files with 9 additions and 0 deletions

View File

@ -59,6 +59,7 @@ jobs:
cp ./target/release/lapce Lapce/
cp ./target/release/lapce-proxy Lapce/
tar -zcvf ./Lapce-linux.tar.gz Lapce
gzip -c "./target/release/lapce-proxy" > ./lapce-proxy-linux.gz
- name: Upload Application
uses: svenstaro/upload-release-action@v2
with:
@ -67,6 +68,14 @@ jobs:
file_glob: true
tag: ${{ github.ref }}
overwrite: true
- name: Upload Application
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./lapce-proxy-linux.gz
file_glob: true
tag: ${{ github.ref }}
overwrite: true
macos:
runs-on: macos-11