File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -168,12 +168,13 @@ jobs:
168168 cd bin
169169 cmake -B . -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{env.OPENIA_CMAKE_OPTIONS}} -DITK_DIR=${{env.ITK_DIR}} ..
170170 cmake --build . --config ${{env.BUILD_TYPE}} -j 4
171- cmake --install . --config ${{env.BUILD_TYPE}} --prefix ${{github.workspace}}/install
172-
173- - name : Create zip archive
174- uses : actions/upload-artifact@v4
175- with :
176- name : open_iA-${{runner.os}}-latest.zip
177- path : ${{github.workspace}}/install
178- if-no-files-found : error
179- overwrite : true
171+ # cmake --install . --config ${{env.BUILD_TYPE}} --prefix ${{github.workspace}}/install
172+ #
173+ # - name: Create zip archive
174+ # uses: actions/upload-artifact@v4
175+ # with:
176+ # name: open_iA-${{runner.os}}-latest.zip
177+ # path: ${{github.workspace}}/install
178+ # if-no-files-found: error
179+ # overwrite: true
180+ #
You can’t perform that action at this time.
0 commit comments