Skip to content

Commit 1ea30d6

Browse files
committed
CI: update windows build path in CI
1 parent 9d6a679 commit 1ea30d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ jobs:
6161

6262
- name: Package Windows app as a zip
6363
run: |
64-
cd build/windows/runner/Release
64+
cd build/windows/x64/runner/Release
6565
Compress-Archive -Path "Socket_Probe.exe" -DestinationPath "Socket_Probe_Windows.zip"
6666
6767
- name: Upload Windows build to GitHub Releases
6868
uses: softprops/action-gh-release@v1
6969
with:
7070
tag_name: latest
71-
files: build/windows/runner/Release/Socket_Probe_Windows.zip
71+
files: build/windows/x64/runner/Release/Socket_Probe_Windows.zip
7272
env:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7474

0 commit comments

Comments
 (0)