We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95919c6 commit 3fdbc6cCopy full SHA for 3fdbc6c
.github/workflows/binary-build.yml
@@ -124,18 +124,18 @@ jobs:
124
uses: actions/upload-artifact@v4
125
with:
126
name: cryptominisat5-linux-amd64
127
- path: build/cryptominisat5
+ path: cryptominisat5
128
129
- name: Upload Artifact - Mac
130
if: matrix.os == 'macos-14' && matrix.staticcompile == 'ON'
131
132
133
name: cryptominisat5-mac-arm64
134
135
136
- name: Upload Artifact - Windows
137
if: matrix.os == 'windows-2022' && matrix.staticcompile == 'ON'
138
139
140
name: cryptominisat5-win64.exe
141
- path: build\Release\cryptominisat5.exe
+ path: Release\cryptominisat5.exe
0 commit comments