Skip to content

Commit

Permalink
Update binary-build.yml -- fix Windows artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos authored Jan 13, 2024
1 parent e82d78e commit 3c7c23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
if: matrix.os == 'windows-2022'
uses: actions/upload-artifact@v3
with:
name: cryptominisat5.exe
name: Release\cryptominisat5.exe
path: cryptominisat5.exe

#- name: "Install CMS (unix)"
Expand Down

0 comments on commit 3c7c23c

Please sign in to comment.