mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
name
This commit is contained in:
parent
cf95a05eaa
commit
fb4aa5a08d
1 changed files with 6 additions and 6 deletions
|
@ -11,37 +11,37 @@ jobs:
|
|||
|
||||
- template: templates/publish-os-steps.yml
|
||||
parameters:
|
||||
name: 'Win10-x64'
|
||||
name: 'Win10_x64'
|
||||
Runtime: win10-x64
|
||||
OutputName: win-64
|
||||
|
||||
- template: templates/publish-os-steps.yml
|
||||
parameters:
|
||||
name: 'Win10-x86'
|
||||
name: 'Win10_x86'
|
||||
Runtime: win10-x86
|
||||
OutputName: win-86
|
||||
|
||||
- template: templates/publish-os-steps.yml
|
||||
parameters:
|
||||
name: 'OSX-x64'
|
||||
name: 'OSX_x64'
|
||||
Runtime: osx-x64
|
||||
OutputName: osx-64
|
||||
|
||||
- template: templates/publish-os-steps.yml
|
||||
parameters:
|
||||
name: 'Linux-x64'
|
||||
name: 'Linux_x64'
|
||||
Runtime: linux-x64
|
||||
OutputName: linux-64
|
||||
|
||||
- template: templates/publish-os-steps.yml
|
||||
parameters:
|
||||
name: 'Linux-ARM'
|
||||
name: 'Linux_ARM'
|
||||
Runtime: linux-arm
|
||||
OutputName: linux-arm
|
||||
|
||||
- template: templates/publish-os-steps.yml
|
||||
parameters:
|
||||
name: 'Linux-ARM-x64'
|
||||
name: 'Linux_ARM_x64'
|
||||
Runtime: linux-arm64
|
||||
OutputName: linux-arm64
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue