Skip to content

Commit f97d01c

Browse files
committed
Fix glob
1 parent 4225ece commit f97d01c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
tag_name: latest
5959
name: latest
6060
files: |
61-
./html-query-web-ui/dist/**/*
61+
html-query-web-ui/dist/**/*
6262
6363
deploy:
6464
# Add a dependency to the build job

0 commit comments

Comments
 (0)