Skip to content

Commit

Permalink
集成时排除 .github 文件夹
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Feb 27, 2024
1 parent 0d8c2d5 commit f182363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -25,7 +25,7 @@ jobs:
vsce package -o "${{ env.VSIX_NAME }}"
- name: Upload vsix
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.VSIX_NAME }}
path: ${{ env.VSIX_NAME }}
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ vsc-extension-quickstart.md
**/.eslintrc.json
**/*.map
**/*.ts
.github

0 comments on commit f182363

Please sign in to comment.