Skip to content

Commit

Permalink
Maybe fix freebsd path
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoniosBarotsis committed Sep 6, 2023
1 parent 4ac8c50 commit 93d2e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: bindings-freebsd
path: crates/confusables-js/${{ env.APP_NAME }}.*.node
path: ${{ env.APP_NAME }}.*.node
if-no-files-found: error
test-macOS-windows-binding:
name: Test bindings on ${{ matrix.settings.target }} - node@${{ matrix.node }}
Expand Down

0 comments on commit 93d2e54

Please sign in to comment.