mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
ci: fix js, place artifacts under publish dir
This commit is contained in:
parent
8e76eeec30
commit
fad8bb04b2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/javascript.yml
vendored
2
.github/workflows/javascript.yml
vendored
|
@ -63,7 +63,7 @@ jobs:
|
|||
working-directory: dist/js/publish
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: artifacts
|
||||
path: dist/js/publish/artifacts
|
||||
pattern: codemp-js-*
|
||||
- run: tree; npx napi artifacts; tree
|
||||
working-directory: dist/js/publish
|
||||
|
|
Loading…
Reference in a new issue