Skip to content

Commit 7e8fa03

Browse files
committed
one lining steamcmd
1 parent c31a6ec commit 7e8fa03

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/dayz_srp_sakhal.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ jobs:
1919
STEAM_USERNAME: ${{ secrets.STEAM_USERNAME }}
2020
STEAM_PASSWORD: ${{ secrets.STEAM_PASSWORD }}
2121
run: |
22-
steamcmd +login "$env:STEAM_USERNAME" "$env:STEAM_PASSWORD"
23-
steamcmd app_update 830640 validate +quit
24-
steamcmd app_update 221100 validate +quit
22+
steamcmd +login "$env:STEAM_USERNAME" "$env:STEAM_PASSWORD" +app_update 830640 +app_update 221100 validate +quit
2523
2624
- name: Debug
2725
run: |

0 commit comments

Comments
 (0)