From eaef68f8271ae3912f350f140e1c6353de8d7a97 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Sat, 14 Feb 2026 22:39:06 -0700 Subject: [PATCH] Fix artifact paths in Windows build workflow --- .github/workflows/windows-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 4c2b52a4..06f325b1 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -93,7 +93,7 @@ jobs: - name: Preparing Artifacts run: | - move ..\zoitechat-build\${{ matrix.platform }}\ZoiteChat*.exe .\ + move ..\zoitechat-build\${{ matrix.platform }}\rel\zoitechat*.exe .\ move ..\zoitechat-build .\ shell: cmd @@ -102,8 +102,8 @@ jobs: uses: actions/upload-artifact@v4 with: name: Installer ${{ matrix.arch }} - path: ZoiteChat*.exe - + path: zoitechat*.exe + - name: Attest Installer (Artifact Attestation) if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }} uses: actions/attest-build-provenance@v3