We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8c025 commit b9010baCopy full SHA for b9010ba
.github/workflows/build-windows-ci.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
cd ..
28
mkdir -p build/windows-portable/Passy
29
- cp -r Passy/build/windows/runner/Release/. build/windows-portable/Passy
+ cp -r Passy/build/windows/x64/runner/Release/. build/windows-portable/Passy
30
- name: Upload Windows portable build
31
uses: actions/upload-artifact@v3
32
with:
0 commit comments