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