From 3c7c23c5999af0ca2d0ae2d68334065cd5be6ea6 Mon Sep 17 00:00:00 2001 From: Mate Soos Date: Sat, 13 Jan 2024 20:13:33 +0100 Subject: [PATCH] Update binary-build.yml -- fix Windows artifact upload --- .github/workflows/binary-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binary-build.yml b/.github/workflows/binary-build.yml index d3857e91b..785ddcf5b 100644 --- a/.github/workflows/binary-build.yml +++ b/.github/workflows/binary-build.yml @@ -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)"