Skip to content
This repository was archived by the owner on Dec 22, 2025. It is now read-only.

Commit eda7dcb

Browse files
committed
fix: ci macos
1 parent 9a0e32e commit eda7dcb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ jobs:
218218
with:
219219
node-version: ${{ matrix.node }}
220220
cache: yarn
221-
architecture: x64
222221
- name: Install dependencies
223222
run: yarn install
224223
- name: Download artifacts
@@ -435,7 +434,7 @@ jobs:
435434
uses: actions/upload-artifact@v4
436435
with:
437436
name: bindings-universal-apple-darwin
438-
path: ./@niddle-rs/
437+
path: ./artifacts/@niddle-rs/
439438
if-no-files-found: error
440439
publish:
441440
name: Publish

0 commit comments

Comments
 (0)