Skip to content

Commit

Permalink
Fix aritfact name
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrassia committed Sep 30, 2024
1 parent e2fd36f commit 3191657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-napi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ jobs:

- name: Move artifact files to single directory
run: |
ls -alhR
shopt -s globstar
mv **/*.node .
mv **/schemas.ts .
working-directory: dist

- name: Create release
Expand Down

0 comments on commit 3191657

Please sign in to comment.