[chore] rename packaged executable to CrossDesk.exe in NSIS and portable artifacts

This commit is contained in:
dijunkun
2026-02-12 16:45:41 +08:00
parent f7f1724bf1
commit 103b8372e4
2 changed files with 9 additions and 9 deletions

View File

@@ -294,7 +294,7 @@ jobs:
run: |
$portableDir = "${{ github.workspace }}\portable"
New-Item -ItemType Directory -Force -Path $portableDir
Copy-Item "${{ github.workspace }}\build\windows\x64\release\crossdesk.exe" $portableDir
Copy-Item "${{ github.workspace }}\build\windows\x64\release\crossdesk.exe" "$portableDir\CrossDesk.exe"
Compress-Archive -Path "$portableDir\*" -DestinationPath "${{ github.workspace }}\crossdesk-win-x64-portable-${{ env.VERSION_NUM }}.zip"
- name: Upload artifact