Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
terminal

GitHub Action

Setup streamcmd

v1.1.0

Setup streamcmd

terminal

Setup streamcmd

A GitHub Action to setup the steamcmd command alias

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup streamcmd

uses: RageAgainstThePixel/[email protected]

Learn more about this action in RageAgainstThePixel/setup-steamcmd

Choose a version

setup-steamcmd

A GitHub Action to setup the steamcmd command alias.

Exported Env Vars

  • STEAM_CMD the steamcmd directory location.
  • STEAM_DIR the steam install directory location.

How to use

jobs:
  validate:
    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        os: [ macos-latest, windows-latest, ubuntu-latest ]

    steps:
      # download and setup the steamcmd
      - uses: RageAgainstThePixel/setup-steamcmd@v1
      # run commands
      - run: |
          which steamcmd
          steamcmd +help +quit

For a full list of steamcmd commands see this list.