Skip to content

Commit a35274a

Browse files
committed
download is outside of update.sh
1 parent 96b81fc commit a35274a

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ jobs:
2222
with:
2323
folder: steamvr
2424
branch: ${{ github.event.inputs.branch }}
25+
appid: 250820
26+
save-manifest: true

update.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ set -euo pipefail
44
cd "${0%/*}"
55
. ../common.sh
66

7-
echo "Downloading SteamVR..."
8-
9-
$STEAM_FILE_DOWNLOADER_PATH --username "$STEAM_USERNAME" --password "$STEAM_PASSWORD" --appid 250820 --output . --branch $STEAM_BRANCH --save-manifest
10-
117
echo "Processing SteamVR..."
128

139
ProcessDepot ".dll"

0 commit comments

Comments
 (0)