Fix artifact paths in Windows build workflow

This commit is contained in:
deepend-tildeclub
2026-02-14 22:39:06 -07:00
committed by GitHub
parent 5c4b04615d
commit eaef68f827

View File

@@ -93,7 +93,7 @@ jobs:
- name: Preparing Artifacts - name: Preparing Artifacts
run: | run: |
move ..\zoitechat-build\${{ matrix.platform }}\ZoiteChat*.exe .\ move ..\zoitechat-build\${{ matrix.platform }}\rel\zoitechat*.exe .\
move ..\zoitechat-build .\ move ..\zoitechat-build .\
shell: cmd shell: cmd
@@ -102,7 +102,7 @@ jobs:
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: Installer ${{ matrix.arch }} name: Installer ${{ matrix.arch }}
path: ZoiteChat*.exe path: zoitechat*.exe
- name: Attest Installer (Artifact Attestation) - name: Attest Installer (Artifact Attestation)
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }} if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}