Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Jan 24, 2024
1 parent 1855bdb commit f63703c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/napi2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ jobs:
uses: actions/download-artifact@v4
with:
path: languages/node/artifacts

- name: Move artifacts to root of artifacts directory
run: mkdir artifacts2 && find ./artifacts/* -type f -exec mv -i {} ./artifacts2/ \; && rm -rf ./artifacts && mv ./artifacts2 ./artifacts

- name: Move artifacts
run: yarn artifacts

Expand Down

0 comments on commit f63703c

Please sign in to comment.