Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xlinka authored Oct 18, 2023
1 parent d4ab90c commit f7bd6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
$gameId = "${{env.GAME_ID}}"
cd $steamCmdPath
.\steamcmd.exe +@sSteamCmdForcePlatformType windows +login anonymous +force_install_dir "$steamCmdPath\Resonite" +app_update $gameId validate +quit
.\steamcmd.exe +@sSteamCmdForcePlatformType windows +force_install_dir "$steamCmdPath\Resonite" +login anonymous +app_update $gameId validate +quit
# Extract the Resonite files
- name: Extract Resonite
Expand Down

0 comments on commit f7bd6dc

Please sign in to comment.