From 212e016a35c8df09cbe0470957a3885243c095fb Mon Sep 17 00:00:00 2001 From: bboysoul <31786046+bboysoulcn@users.noreply.github.com> Date: Tue, 29 Jun 2021 06:31:54 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73ff2a0..c5ef8fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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/')