Skip to content

Commit 066d985

Browse files
actions
change download file rule to only get the ui bundles
1 parent 3f61844 commit 066d985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/upload-artifact@v4
3636
with:
3737
name: github-pages
38-
path: "**/*.zip"
38+
path: "??/build/*.zip"
3939
- name: Deploy to GitHub Pages
4040
id: deployment
4141
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)