Update artifact handling in Windows build workflow

This commit is contained in:
deepend-tildeclub
2026-02-14 22:47:42 -07:00
committed by GitHub
parent eaef68f827
commit 45ef0fcd26

View File

@@ -93,7 +93,7 @@ jobs:
- name: Preparing Artifacts - name: Preparing Artifacts
run: | run: |
move ..\zoitechat-build\${{ matrix.platform }}\rel\zoitechat*.exe .\ move ..\zoitechat-build\${{ matrix.platform }}\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 }}