Skip to content

Commit

Permalink
Update napi2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Jan 23, 2024
1 parent 0995058 commit e8a0de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/napi2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: bindings-${{ matrix.settings.target }}
path: ${{ env.APP_NAME }}.*.node
path: ${{ github.workspace }}/languages/node/infisical.*.node
if-no-files-found: error
build-freebsd:
runs-on: macos-13
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: bindings-freebsd
path: ${{ env.APP_NAME }}.*.node
path: ${{ github.workspace }}/languages/node/infisical.*.node
if-no-files-found: error
publish:
name: Publish
Expand Down

0 comments on commit e8a0de5

Please sign in to comment.