mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Add load priority to release script.
This commit is contained in:
parent
ca7c997606
commit
dda2587e89
1 changed files with 4 additions and 3 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -78,6 +78,7 @@ jobs:
|
||||||
$json += ' "IsTestingExclusive": "False",'
|
$json += ' "IsTestingExclusive": "False",'
|
||||||
$json += ' "DownloadCount": 0,'
|
$json += ' "DownloadCount": 0,'
|
||||||
$json += ' "LastUpdate": 0,'
|
$json += ' "LastUpdate": 0,'
|
||||||
|
$json += ' "LoadPriority": 69420,'
|
||||||
$json += ' "DownloadLinkInstall": "https://github.com/xivdev/Penumbra/releases/download/1.0.0.0/Penumbra.zip",'
|
$json += ' "DownloadLinkInstall": "https://github.com/xivdev/Penumbra/releases/download/1.0.0.0/Penumbra.zip",'
|
||||||
$json += ' "DownloadLinkTesting": "https://github.com/xivdev/Penumbra/releases/download/1.0.0.0/Penumbra.zip",'
|
$json += ' "DownloadLinkTesting": "https://github.com/xivdev/Penumbra/releases/download/1.0.0.0/Penumbra.zip",'
|
||||||
$json += ' "DownloadLinkUpdate": "https://github.com/xivdev/Penumbra/releases/download/1.0.0.0/Penumbra.zip",'
|
$json += ' "DownloadLinkUpdate": "https://github.com/xivdev/Penumbra/releases/download/1.0.0.0/Penumbra.zip",'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue