Skip to content

Commit 7dec03a

Browse files
committed
Update build.yml
Repair the MinGW artifact path.
1 parent ea026b7 commit 7dec03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
name: mingw-${{ matrix.system }}-ds2
7070
path: |
71-
${{ github.workspace }}/BinaryCache/ds2/Release/ds2.exe
71+
${{ github.workspace }}/BinaryCache/ds2/ds2.exe
7272
7373
macos:
7474
runs-on: macos-latest

0 commit comments

Comments
 (0)