Skip to content

Commit

Permalink
Fix moving schemas artifact to proper folder
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrassia committed Sep 30, 2024
1 parent 3191657 commit 0ae4557
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-napi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ jobs:
ls -alhR
shopt -s globstar
mv **/*.node .
mv schemas.ts/ schemas/
mv schemas/schemas.ts .
working-directory: dist

- name: Create release
Expand Down

0 comments on commit 0ae4557

Please sign in to comment.