Skip to content

Commit 601a4d8

Browse files
committed
Update frontend.yml to list build output and adjust artifact upload path
1 parent 89dbb1f commit 601a4d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/frontend.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,16 @@ jobs:
4242
- name: Build project
4343
run: pnpm run build
4444

45+
- name: List build output
46+
run: ls -R frontend/dist
47+
4548
- name: Setup Pages
4649
uses: actions/configure-pages@v5
4750

4851
- name: Upload artifact
4952
uses: actions/upload-pages-artifact@v3
5053
with:
51-
path: frontend/dist/*
54+
path: frontend/dist/
5255

5356
- name: Deploy to GitHub Pages
5457
id: deployment

0 commit comments

Comments
 (0)