File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -55,15 +55,17 @@ jobs:
55
55
cd build
56
56
cmake -GNinja -DCMAKE_BUILD_TYPE=MinSizeRel -DSuperBuild_ITKSoftwareGuide_USE_GIT_PROTOCOL:BOOL=OFF ..
57
57
ninja
58
+ cp ./ITKSoftwareGuide-build/SoftwareGuide/Latex/ITKSoftwareGuide-Book1.pdf ../InsightSoftwareGuide-Book1.pdf
59
+ cp ./ITKSoftwareGuide-build/SoftwareGuide/Latex/ITKSoftwareGuide-Book2.pdf ../InsightSoftwareGuide-Book2.pdf
58
60
59
61
- name : Publish ITK Software Guide Book 1 artifact
60
62
uses : actions/upload-artifact@v3
61
63
with :
62
- name : ITKSoftwareGuide -Book1.pdf
63
- path : build/ITKSoftwareGuide-build/SoftwareGuide/Latex/ITKSoftwareGuide -Book1.pdf
64
+ path : InsightSoftwareGuide -Book1.pdf
65
+ name : InsightSoftwareGuide -Book1.pdf
64
66
65
67
- name : Publish ITK Software Guide Book 2 artifact
66
68
uses : actions/upload-artifact@v3
67
69
with :
68
- name : ITKSoftwareGuide -Book2.pdf
69
- path : build/ITKSoftwareGuide-build/SoftwareGuide/Latex/ITKSoftwareGuide -Book2.pdf
70
+ path : InsightSoftwareGuide -Book2.pdf
71
+ name : InsightSoftwareGuide -Book2.pdf
You can’t perform that action at this time.
0 commit comments