Skip to content

Commit

Permalink
Update binary-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos authored Jan 13, 2024
1 parent 176808c commit c04149c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,20 @@ jobs:
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest -C ${{ matrix.build_type }}

- name: Upload Artifact - Linux
if: matrix.os != 'windows-2022'
uses: actions/upload-artifact@v3
with:
name: cryptominisat5
path: cryptominisat5

- name: Upload Artifact - Windows
if: matrix.os == 'windows-2022'
uses: actions/upload-artifact@v3
with:
name: cryptominisat5.exe
path: cryptominisat5.exe

#- name: "Install CMS (unix)"
# if: ${{ !contains(matrix.os, 'windows') }}
Expand Down

0 comments on commit c04149c

Please sign in to comment.