Skip to content

Commit

Permalink
Update binary-build.yml fixing artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jan 13, 2024
1 parent 71f8da2 commit c8e5211
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 @@ -87,8 +87,8 @@ jobs:
if: matrix.os == 'windows-2022' && matrix.staticcompile == 'ON'
uses: actions/upload-artifact@v3
with:
name: cryptominisat\Release\cryptominisat5.exe
path: cryptominisat5-win64.exe
name: cryptominisat5-win64.exe
path: Release\cryptominisat5.exe

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

0 comments on commit c8e5211

Please sign in to comment.