Skip to content

Commit

Permalink
fix: ci macos
Browse files Browse the repository at this point in the history
  • Loading branch information
xusd320 committed Jul 16, 2024
1 parent 9a0e32e commit eda7dcb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ jobs:
with:
node-version: ${{ matrix.node }}
cache: yarn
architecture: x64
- name: Install dependencies
run: yarn install
- name: Download artifacts
Expand Down Expand Up @@ -435,7 +434,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: bindings-universal-apple-darwin
path: ./@niddle-rs/
path: ./artifacts/@niddle-rs/
if-no-files-found: error
publish:
name: Publish
Expand Down

0 comments on commit eda7dcb

Please sign in to comment.