Skip to content

Commit 3e5dbbe

Browse files
committed
Use '-beta' arg for preview versions when downloading depot
1 parent d824383 commit 3e5dbbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/Update.Unturned.Redist.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ jobs:
143143
-username ${{ secrets.STEAM_USERNAME }} \
144144
-password ${{ secrets.STEAM_PASSWORD }} \
145145
-manifest-only \
146+
-beta $APP_BRANCH_NAME \
146147
-dir redist/temp_depots)
147148
148149
current_manifest=$(echo "$manifest_output" | grep -oE '[0-9]{19}' | head -n 1)

0 commit comments

Comments
 (0)