mirror of https://github.com/ehang-io/nps
Update release.yml
parent
bbfaccfcb7
commit
212e016a35
|
@ -30,6 +30,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
chmod +x build.assets.sh
|
chmod +x build.assets.sh
|
||||||
./build.assets.sh
|
./build.assets.sh
|
||||||
|
- name: Archive production artifacts
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: dist-without-markdown
|
||||||
|
path: linux_amd64_server.tar.gz
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
|
Loading…
Reference in New Issue