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 .
|
cmake --install .
|
||||||
cpack .
|
cpack .
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Installer Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: iDescriptor-Windows-Installer
|
name: iDescriptor-Windows-Installer
|
||||||
path: build/artifacts/*
|
path: build/artifacts/*.msi
|
||||||
|
|
||||||
- name: Upload CPack Logs on Failure
|
- name: Upload Portable ZIP Artifact
|
||||||
if: failure()
|
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: cpack-logs
|
name: iDescriptor-Windows-Portable
|
||||||
path: build/_CPack_Packages/win64/WIX/wix.log
|
path: build/artifacts/*.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user