Skip to content

Commit

Permalink
fix: Fix upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarek-kindred committed Sep 26, 2023
1 parent a9dcbc1 commit a47d54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: bindings-${{ matrix.settings.target }}
path: $SDK_JS_HOME/${{ env.LIBRARY_NAME }}.*.node
path: ${{ env.SDK_JS_HOME }}/${{ env.LIBRARY_NAME }}.*.node
if-no-files-found: error

0 comments on commit a47d54d

Please sign in to comment.