Skip to content

Commit 0d99c7d

Browse files
committed
fix: 修正armv7lビルドのパスを更新
1 parent 8025afc commit 0d99c7d

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
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
npm install
4242
# Build serialport for armv7l
43-
cd node_modules/@serialport/bindings-cpp
43+
cd release/app/node_modules/@serialport/bindings-cpp
4444
sudo node-gyp configure build
4545
cd ../../../
4646
npm run postinstall

0 commit comments

Comments
 (0)