From 27d62360035d6600d9b2f9b9f6660a03bdfd4c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Fri, 20 May 2022 18:37:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9E=84=E5=BB=BA=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e8c138a..e4cacab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: - name: "Upload binaries" uses: actions/upload-artifact@v2 with: - name: Current(Compiled by MSVC) + name: artifact path: ./out release: @@ -56,6 +56,6 @@ jobs: - uses: ncipollo/release-action@v1 with: allowUpdates: true - tag: all - artifacts: C:/_/artifacts/*.exe + tag: Current(Compiled by MSVC) + artifacts: C:/_/artifacts/*/*.exe token: ${{ secrets.GITHUB_TOKEN }}