Skip to content

Commit 3fdbc6c

Browse files
committed
upload artifacts
1 parent 95919c6 commit 3fdbc6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/binary-build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -124,18 +124,18 @@ jobs:
124124
uses: actions/upload-artifact@v4
125125
with:
126126
name: cryptominisat5-linux-amd64
127-
path: build/cryptominisat5
127+
path: cryptominisat5
128128

129129
- name: Upload Artifact - Mac
130130
if: matrix.os == 'macos-14' && matrix.staticcompile == 'ON'
131131
uses: actions/upload-artifact@v4
132132
with:
133133
name: cryptominisat5-mac-arm64
134-
path: build/cryptominisat5
134+
path: cryptominisat5
135135

136136
- name: Upload Artifact - Windows
137137
if: matrix.os == 'windows-2022' && matrix.staticcompile == 'ON'
138138
uses: actions/upload-artifact@v4
139139
with:
140140
name: cryptominisat5-win64.exe
141-
path: build\Release\cryptominisat5.exe
141+
path: Release\cryptominisat5.exe

0 commit comments

Comments
 (0)