Add: [Actions] Automatically upload releases to Steam (#8644)

This commit is contained in:
Patric Stout
2021-02-05 20:58:15 +01:00
committed by GitHub
parent 05df7996a4
commit a667ed945f
2 changed files with 135 additions and 1 deletions

57
os/steam/release.vdf Normal file
View File

@@ -0,0 +1,57 @@
"AppBuild"
{
"AppID" "1536610"
"Desc" "@@DESCRIPTION@@"
"SetLive" "@@BRANCH@@"
"ContentRoot" "./"
"BuildOutput" "build/"
"Depots"
{
"1536613"
{
"ContentRoot" "./steam-win32"
"FileMapping"
{
"LocalPath" "*"
"DepotPath" "."
"recursive" "1"
}
}
"1536612"
{
"ContentRoot" "./steam-win64"
"FileMapping"
{
"LocalPath" "*"
"DepotPath" "."
"recursive" "1"
}
}
"1536614"
{
"ContentRoot" "./steam-macos"
"FileMapping"
{
"LocalPath" "*"
"DepotPath" "."
"recursive" "1"
}
}
"1536615"
{
"ContentRoot" "./steam-linux"
"FileMapping"
{
"LocalPath" "*"
"DepotPath" "."
"recursive" "1"
}
}
}
}