We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d88af commit e555668Copy full SHA for e555668
.github/workflows/npm-publish-linux-pi-2b.yml
@@ -51,9 +51,9 @@ jobs:
51
- run: ./build_webui.sh
52
53
- name: Run Check Version
54
- run: ./MaoServerDiscovery -v
+ run: ./dist/mao-service-discovery_linux_arm_6/Mao-Service-Discovery -v
55
56
- - run: mv ./MaoServerDiscovery ./.npm-release-binary/
+ - run: mv ./dist/mao-service-discovery_linux_arm_6/Mao-Service-Discovery ./.npm-release-binary/
57
- run: cp -vrf ./resource/ ./.npm-release-binary/
58
59
- run: git config --global user.email "maojianwei2016@126.com"
0 commit comments