From a667ed945f928a605a7e4c636d62d47eeb8dc6aa Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Fri, 5 Feb 2021 20:58:15 +0100 Subject: Add: [Actions] Automatically upload releases to Steam (#8644) --- os/steam/release.vdf | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 os/steam/release.vdf (limited to 'os') diff --git a/os/steam/release.vdf b/os/steam/release.vdf new file mode 100644 index 000000000..ab549c388 --- /dev/null +++ b/os/steam/release.vdf @@ -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" + } + } + } +} -- cgit v1.2.3-70-g09d2