Skip to content

Commit c8e737c

Browse files
committed
Update build.yml
1 parent 5c8bd6b commit c8e737c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ jobs:
3131
- name: Run build
3232
run: npm run build
3333

34+
- name: Debug: List files in the current directory
35+
run: ls -la
36+
37+
- name: Debug: List files in the dist directory
38+
run: ls -la dist
39+
3440
- name: Upload build artifacts
3541
uses: actions/upload-artifact@v2
3642
with:

0 commit comments

Comments
 (0)