A GitHub Action that installs and configures the Steam Console Client (SteamCMD) for use in workflows.
Example of installing SteamCMD and updating an app:
steps:
- name: Setup steamcmd
uses: andriivitiv/setup-steamcmd@v1
- name: Update app
run: steamcmd +login anonymous +app_update 480 validate +quitMore information about SteamCMD can be found in the official wiki.
| name | description |
|---|---|
| directory | Directory where SteamCMD was installed. |
| executable | Path to steamcmd.sh or steamcmd.exe file. |