From 58fde4dc2d8272f3ed066f08a19c70f1858aef8d Mon Sep 17 00:00:00 2001 From: yi_Xu Date: Fri, 12 Mar 2021 21:41:18 +0800 Subject: [PATCH] ci(actions): :bug: fix the artifact name (#81) It will add `.zip` automatically. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4bf91e8..316d055 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,5 +50,5 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v2.2.2 with: - name: ${{steps.version.outputs.repo}}-${{steps.version.outputs.bate}}.vsix.zip + name: ${{steps.version.outputs.repo}}-${{steps.version.outputs.bate}}.vsix path: "*.vsix"