File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - uses : actions/upload-artifact@v2
2121 with :
2222 name : modbussim-linux
23- path : release/src/ bin/linux/ModbusSim*.AppImage
23+ path : release/bin/linux/ModbusSim*.AppImage
2424
2525 windows :
2626 runs-on : windows-2019
3939 with :
4040 name : modbussim-windows
4141 path : |
42- release\src\ bin\win\ModbusSim.zip
42+ release\bin\win\ModbusSim.zip
Original file line number Diff line number Diff line change 22set -ex
33
44# Copy assets
5- cp misc/ModbusSim.desktop release/src/ bin/linux/
6- cp misc/icon-64x64.png release/src/ bin/linux/ModbusSim.png
7- cd release/src/ bin/linux/
5+ cp misc/ModbusSim.desktop release/bin/linux/
6+ cp misc/icon-64x64.png release/bin/linux/ModbusSim.png
7+ cd release/bin/linux/
88
99# now, build AppImage using linuxdeploy and linuxdeploy-plugin-qt
1010# download linuxdeploy and its Qt plugin
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ echo "Deploy ModbusScope ..."
44
55g++ -v
66
7- cd release\src\ bin\win
7+ cd release\bin\win
88IF ERRORLEVEL 1 GOTO errorHandling
99
1010set DEPLOY_DIR = deploy
You can’t perform that action at this time.
0 commit comments