Skip to content

Commit

Permalink
Update binary-build.yml -- only upload static binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos authored Jan 13, 2024
1 parent 3c7c23c commit e55c3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ jobs:
run: ctest -C ${{ matrix.build_type }}

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

- name: Upload Artifact - Windows
if: matrix.os == 'windows-2022'
if: matrix.os == 'windows-2022' && matrix.staticcompile == 'ON'
uses: actions/upload-artifact@v3
with:
name: Release\cryptominisat5.exe
Expand Down

0 comments on commit e55c3f3

Please sign in to comment.