File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 path : |
5757 ModbusScope.zip
5858 ModbusScope_setup.exe
59+
60+ docs :
61+ runs-on : ubuntu-latest
62+
63+ container :
64+ image : docker://jgeudens/doc-latex:20250124_build_1
65+ steps :
66+ - uses : actions/checkout@v6.0.0
67+
68+ - name : Build doc
69+ run : |
70+ sh create_doc.sh
71+ mv docs/manual/_build/latex/modbusscope.pdf modbusscope-user-manual.pdf
72+
73+ - uses : actions/upload-artifact@v7.0.0
74+ with :
75+ name : modbusscope-user-manual
76+ path : modbusscope-user-manual.pdf
77+
78+ package :
79+ runs-on : ubuntu-latest
80+ needs : [linux, windows, docs]
81+
82+ steps :
83+ - uses : actions/download-artifact@v8.0.1
84+ with :
85+ name : modbusscope-linux
86+ path : all-artifacts/linux
87+
88+ - uses : actions/download-artifact@v8.0.1
89+ with :
90+ name : modbusscope-windows
91+ path : all-artifacts/windows
92+
93+ - uses : actions/download-artifact@v8
94+ with :
95+ name : modbusscope-user-manual
96+ path : all-artifacts/docs
97+
98+ - uses : actions/upload-artifact@v7.0.0
99+ with :
100+ name : modbusscope-all-platforms
101+ path : all-artifacts/
You can’t perform that action at this time.
0 commit comments