From 59e1ab220a9c791b5abe41eb7e52a3a4010947a7 Mon Sep 17 00:00:00 2001 From: bboysoul <31786046+bboysoulcn@users.noreply.github.com> Date: Tue, 29 Jun 2021 06:32:31 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5ef8fb..b1ee542 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,9 +32,9 @@ jobs: ./build.assets.sh - name: Archive production artifacts uses: actions/upload-artifact@v2 - with: - name: dist-without-markdown - path: linux_amd64_server.tar.gz + 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/')