Skip to content

Commit

Permalink
✅ test: done
Browse files Browse the repository at this point in the history
  • Loading branch information
莫伟杰 committed Aug 30, 2024
1 parent 986e267 commit adcc814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vsx-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
yarn: false

- name: Zip Dist
run: zip -r archive.zip . -x "./node_modules/*" "./out/*"
run: zip -r archive.zip . -x "./node_modules/*" "./out/*" "./.git/*"

- name: Read package.json
uses: tyankatsu0105/read-package-version-actions@v1
Expand Down

0 comments on commit adcc814

Please sign in to comment.