Skip to content

Commit 782feff

Browse files
authored
Fix artifact path in dotnet-desktop workflow
1 parent d46b15e commit 782feff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Create artifact folder
9595
run: |
9696
mkdir output
97-
xcopy /s /y /i "D:\a\SQLGame\SQLGame\SummaSQLGame\bin\Release\${{ matrix.arch }}" "output\${{ matrix.arch }}"
97+
xcopy /s /y /i "D:\a\SQLGame\SQLGame\SummaSQLGame\bin\${{ matrix.arch }}\Release" "output\${{ matrix.arch }}"
9898
9999
- name: Zip build output
100100
run: |

0 commit comments

Comments
 (0)