Skip to content

Commit 2351a52

Browse files
committed
wip: add path
1 parent 341d96b commit 2351a52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/artifact.yml

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: actions/upload-artifact@v4
2424
with:
2525
name: dist
26+
path: dist/
2627
check:
2728
name: check build
2829
needs: [build]
@@ -40,6 +41,7 @@ jobs:
4041
uses: actions/download-artifact@v4
4142
with:
4243
name: dist
44+
path: dist/
4345
- name: List files
4446
shell: bash
4547
run: |

0 commit comments

Comments
 (0)