Skip to content

andriivitiv/setup-steamcmd

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

setup-steamcmd

Integration test status License: MIT

A GitHub Action that installs and configures the Steam Console Client (SteamCMD) for use in workflows.

Usage

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 +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.