Skip to content

Commit

Permalink
Add exclude for artifact GitHub action workflow in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanroubos committed Jan 25, 2021
1 parent ae2efb1 commit 3b45403
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: build
path: ./
path: |
./
!./node_modules
publish:
needs: build
Expand Down

0 comments on commit 3b45403

Please sign in to comment.