Skip to content

Commit 8c8c924

Browse files
authored
Set path in which to download build artifact in publish CI (#7)
2 parents eb6db8f + 45bb7cf commit 8c8c924

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
uses: actions/download-artifact@v4
6868
with:
6969
name: package
70+
path: ./package
7071

7172
- name: Extract build package
7273
working-directory: ./package

0 commit comments

Comments
 (0)