Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava authored Sep 12, 2022
1 parent 2b3fa56 commit b3ddb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: action-zip
uses: montudor/action-zip@v1.0.0
with:
args: zip -qq -r package.zip . -i ./*/**
args: zip -qq -r package.zip package.json index.js dist node_modules src lib

- uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down

0 comments on commit b3ddb9b

Please sign in to comment.