Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos authored Jul 14, 2024
1 parent 4d480eb commit 2960b83
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,20 +148,13 @@ jobs:
if: matrix.os == 'ubuntu-20.04' && matrix.staticcompile == 'ON'
uses: actions/upload-artifact@v3
with:
name: cryptominisat5-linux-amd64
path: cryptominisat/cryptominisat5
name: approxmc-linux-amd64
path: approxmc/approxmc

- name: Upload Artifact - Mac
if: matrix.os == 'macos-13' && matrix.staticcompile == 'ON'
uses: actions/upload-artifact@v3
with:
name: cryptominisat5-mac-amd64
path: cryptominisat/cryptominisat5

- name: Upload Artifact - Windows
if: matrix.os == 'windows-2022' && matrix.staticcompile == 'ON'
uses: actions/upload-artifact@v3
with:
name: cryptominisat5-win64.exe
path: cryptominisat\Release\cryptominisat5.exe
name: approxmc-mac-amd64
path: approxmc/approxmc

0 comments on commit 2960b83

Please sign in to comment.