Skip to content

Setup SteamCMD

Actions
This action sets up SteamCMD for use in actions
v1.2.0
Latest
Star (19)

setup-steamcmd

Integration test status License: MIT

This action sets up the Steam Console Client for use in actions.

Usage

The following example will install and validate the app with id 1337.

steps:
- name: Setup steamcmd
  uses: CyberAndrii/setup-steamcmd@v1

- name: Update app
  run: steamcmd +login anonymous +app_update 1337 validate +quit

More information about SteamCMD can be found in the official wiki.

Outputs

name description
directory Directory where SteamCMD was installed
executable Path to steamcmd.sh or steamcmd.exe file depending on OS

Setup SteamCMD is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

This action sets up SteamCMD for use in actions
v1.2.0
Latest

Setup SteamCMD is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.