We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8025afc commit 0d99c7dCopy full SHA for 0d99c7d
1 file changed
.github/workflows/publish-armv7l.yml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
npm install
42
# Build serialport for armv7l
43
- cd node_modules/@serialport/bindings-cpp
+ cd release/app/node_modules/@serialport/bindings-cpp
44
sudo node-gyp configure build
45
cd ../../../
46
npm run postinstall
0 commit comments