Skip to content

Commit 14f1764

Browse files
actions
fix exclude and change artifact name to be compatible with Pages deployment
1 parent 41ab423 commit 14f1764

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build-ui.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ jobs:
3434
- name: Upload Artifact
3535
uses: actions/upload-artifact@v4
3636
with:
37-
name: ui-bundles
38-
path: "**/*.zip"
39-
exclude: "**/archive.zip"
37+
name: github-pages
38+
path: |
39+
"**/*.zip"
40+
!./node_modules
4041
- name: Deploy to GitHub Pages
4142
id: deployment
4243
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)