Skip to content

Commit 48f2385

Browse files
author
Leon Si
committed
fix: workflow
1 parent cc51e7f commit 48f2385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
SYSROOT=$(xcrun --sdk macosx --show-sdk-path);
3333
export CFLAGS="-isysroot $SYSROOT -isystem $SYSROOT";
3434
pnpm build --target aarch64-apple-darwin
35-
strip -x aarch64-apple-darwin/*.node
36-
mv aarch64-apple-darwin/*.node .
35+
strip -x *.node
36+
mv *.node .
3737
name: stable - ${{ matrix.settings.target }} - node@16
3838
runs-on: ${{ matrix.settings.host }}
3939

0 commit comments

Comments
 (0)