Skip to content

Commit

Permalink
Try force copy
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Apr 27, 2024
1 parent 82ec9b4 commit b429033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-tests.yml
Expand Up @@ -475,7 +475,7 @@ jobs:
- name: Copy wasm files
run: cp -R artifacts/bindings-wasm/wasm .
- name: Build JavaScript
run: npm run build:cjs && cp artifacts/*/*.node dist/ && npm run build:bootstrap
run: npm run build:cjs && cp -f artifacts/*/*.node dist/ && npm run build:bootstrap
- name: Move artifacts
run: npm run ci:artifacts
- name: Publish
Expand Down

0 comments on commit b429033

Please sign in to comment.