add type to windows builds

This commit is contained in:
Bruno Alexandre Rosa 2025-10-29 15:46:31 -03:00
parent 3a09c87556
commit fe58f666ac

View file

@ -303,6 +303,7 @@ jobs:
- os: Windows
target: 7
runner: windows-2022
type: Release
make_package: 1
package_suffix: "-Win7"
artifact_name: "Windows7-installer"
@ -313,6 +314,7 @@ jobs:
- os: Windows
target: 10
runner: windows-2022
type: Release
make_package: 1
package_suffix: "-Win10"
artifact_name: "Windows10-installer"