Skip to content

Commit b9010ba

Browse files
committed
Windows pipeline fix 1
1 parent 7a8c025 commit b9010ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-windows-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
cd ..
2828
mkdir -p build/windows-portable/Passy
29-
cp -r Passy/build/windows/runner/Release/. build/windows-portable/Passy
29+
cp -r Passy/build/windows/x64/runner/Release/. build/windows-portable/Passy
3030
- name: Upload Windows portable build
3131
uses: actions/upload-artifact@v3
3232
with:

0 commit comments

Comments
 (0)