mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
fix windows build
This commit is contained in:
@@ -195,15 +195,14 @@ jobs:
|
||||
cmake --install .
|
||||
cpack .
|
||||
|
||||
- name: Upload Artifact
|
||||
- name: Upload Installer Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: iDescriptor-Windows-Installer
|
||||
path: build/artifacts/*
|
||||
path: build/artifacts/*.msi
|
||||
|
||||
- name: Upload CPack Logs on Failure
|
||||
if: failure()
|
||||
- name: Upload Portable ZIP Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: cpack-logs
|
||||
path: build/_CPack_Packages/win64/WIX/wix.log
|
||||
name: iDescriptor-Windows-Portable
|
||||
path: build/artifacts/*.zip
|
||||
|
||||
Reference in New Issue
Block a user