Skip to content

Commit 2e8c277

Browse files
Fix artifacts download path for napi artifacts command (#5)
Signed-off-by: teodordelibasic-db <[email protected]>
1 parent bf2ea76 commit 2e8c277

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,12 @@ jobs:
9090

9191
- name: Download all artifacts
9292
uses: actions/download-artifact@v4
93-
with:
94-
path: artifacts
9593

96-
- name: Flatten artifacts
97-
run: |
98-
find artifacts -name '*.node' -exec mv {} . \;
99-
ls -la *.node
94+
- name: List downloaded artifacts
95+
run: ls -la
10096

10197
- name: Move artifacts
102-
run: npm run artifacts
98+
run: napi artifacts
10399

104100
- name: List packages
105101
run: ls -R ./npm

0 commit comments

Comments
 (0)