Skip to content

Commit

Permalink
ci(actions): 🐛 fix the artifact name (#81)
Browse files Browse the repository at this point in the history
It will add `.zip` automatically.
  • Loading branch information
yi-Xu-0100 authored Mar 12, 2021
1 parent 69ffd0c commit 58fde4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
- name: Upload artifact
uses: actions/[email protected]
with:
name: ${{steps.version.outputs.repo}}-${{steps.version.outputs.bate}}.vsix.zip
name: ${{steps.version.outputs.repo}}-${{steps.version.outputs.bate}}.vsix
path: "*.vsix"

0 comments on commit 58fde4d

Please sign in to comment.