Skip to content

Commit

Permalink
Fix piece of CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
lupestro committed Feb 3, 2024
1 parent d50caaf commit 4596537
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ jobs:
pnpm lint
pnpm build
pnpm test
mv --force dist/torch.bundle.js torch.js
cd dist
mv --force torch.bundle.js torch.js
# Create a zip file with all files required by the module to add to the release
- name: Zip It
Expand Down

0 comments on commit 4596537

Please sign in to comment.