Skip to content

Commit

Permalink
include node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ZibanPirate committed Sep 14, 2024
1 parent 0df14fa commit 8d22ed4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: dependencies and build output
path: "**/{dist, node_modules}/**"
path: "**/{dist,node_modules}/**"
if-no-files-found: error
include-hidden-files: true
retention-days: 1

0 comments on commit 8d22ed4

Please sign in to comment.