Update release.yml

pull/825/head
bboysoul 2021-06-29 06:31:54 +08:00 committed by GitHub
parent bbfaccfcb7
commit 212e016a35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,11 @@ jobs:
run: |
chmod +x 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
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')