mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
add type to windows builds
This commit is contained in:
parent
3a09c87556
commit
fe58f666ac
1 changed files with 2 additions and 0 deletions
2
.github/workflows/desktop-build.yml
vendored
2
.github/workflows/desktop-build.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue