Skip to content

Commit 3b45403

Browse files
author
donovanroubos
committed
Add exclude for artifact GitHub action workflow in build.yml
1 parent ae2efb1 commit 3b45403

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
uses: actions/upload-artifact@v2
3434
with:
3535
name: build
36-
path: ./
36+
path: |
37+
./
38+
!./node_modules
3739
3840
publish:
3941
needs: build

0 commit comments

Comments
 (0)