Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Oct 14, 2024
1 parent 00820ec commit 349e295
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: bindings-${{ matrix.settings.target }}
path: ${{ env.APP_NAME }}.*.node
path: dist/src/${{ env.APP_NAME }}.*.node
if-no-files-found: error
build-freebsd:
runs-on: macos-13
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: bindings-freebsd
path: ${{ env.APP_NAME }}.*.node
path: dist/src/${{ 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 Expand Up @@ -224,7 +224,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: bindings-${{ matrix.settings.target }}
path: .
path: ./dist/src
- name: List packages
run: ls -R .
shell: bash
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: bindings-x86_64-unknown-linux-gnu
path: .
path: ./dist/src
- name: List packages
run: ls -R .
shell: bash
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: bindings-x86_64-unknown-linux-musl
path: .
path: ./dist/src
- name: List packages
run: ls -R .
shell: bash
Expand All @@ -306,7 +306,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: bindings-aarch64-unknown-linux-gnu
path: .
path: ./dist/src
- name: List packages
run: ls -R .
shell: bash
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: bindings-aarch64-unknown-linux-musl
path: .
path: ./dist/src
- name: List packages
run: ls -R .
shell: bash
Expand Down

0 comments on commit 349e295

Please sign in to comment.