Skip to content

Commit 36f649d

Browse files
committed
fix: 修正serialportビルドのディレクトリパス
1 parent 0d99c7d commit 36f649d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-armv7l.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Build serialport for armv7l
4343
cd release/app/node_modules/@serialport/bindings-cpp
4444
sudo node-gyp configure build
45-
cd ../../../
45+
cd ../../../../../
4646
npm run postinstall
4747
npm run build
4848

0 commit comments

Comments
 (0)