File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5151 # Use CMake to "install" build artifacts (only interested in CMake registered targets) to our custom artifacts directory
5252 run : cmake --install . --config Debug
5353
54- # Only run last three steps if this is a release
54+ # Only run last two steps if this is a release
5555 - name : Release
56- # if: github.event == 'release'
56+ if : github.event == 'release'
5757 env :
5858 CXX : ${{ matrix.cxx }}
5959 # Use a bash shell so we can use the same syntax for environment variable
7070
7171 # Only Upload releases
7272 - name : Upload
73- # if: github.event == 'release'
73+ if : github.event == 'release'
7474 uses : actions/upload-artifact@v2
7575 with :
7676 name : build_${{ github.sha }}_${{ matrix.os }}_${{ matrix.cxx }}
You can’t perform that action at this time.
0 commit comments