Skip to content

Commit 2960b83

Browse files
authored
Update build.yml
1 parent 4d480eb commit 2960b83

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/workflows/build.yml

+4-11
Original file line numberDiff line numberDiff line change
@@ -148,20 +148,13 @@ jobs:
148148
if: matrix.os == 'ubuntu-20.04' && matrix.staticcompile == 'ON'
149149
uses: actions/upload-artifact@v3
150150
with:
151-
name: cryptominisat5-linux-amd64
152-
path: cryptominisat/cryptominisat5
151+
name: approxmc-linux-amd64
152+
path: approxmc/approxmc
153153

154154
- name: Upload Artifact - Mac
155155
if: matrix.os == 'macos-13' && matrix.staticcompile == 'ON'
156156
uses: actions/upload-artifact@v3
157157
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
167160

0 commit comments

Comments
 (0)