File tree 1 file changed +4
-11
lines changed
1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -148,20 +148,13 @@ jobs:
148
148
if : matrix.os == 'ubuntu-20.04' && matrix.staticcompile == 'ON'
149
149
uses : actions/upload-artifact@v3
150
150
with :
151
- name : cryptominisat5 -linux-amd64
152
- path : cryptominisat/cryptominisat5
151
+ name : approxmc -linux-amd64
152
+ path : approxmc/approxmc
153
153
154
154
- name : Upload Artifact - Mac
155
155
if : matrix.os == 'macos-13' && matrix.staticcompile == 'ON'
156
156
uses : actions/upload-artifact@v3
157
157
with :
158
- name : cryptominisat5-mac-amd64
159
- path : cryptominisat/cryptominisat5
160
-
161
- - name : Upload Artifact - Windows
162
- if : matrix.os == 'windows-2022' && matrix.staticcompile == 'ON'
163
- uses : actions/upload-artifact@v3
164
- with :
165
- name : cryptominisat5-win64.exe
166
- path : cryptominisat\Release\cryptominisat5.exe
158
+ name : approxmc-mac-amd64
159
+ path : approxmc/approxmc
167
160
You can’t perform that action at this time.
0 commit comments