Skip to content

Setup streamcmd

Actions
A GitHub Action to setup the steamcmd command alias
v1.2.5
Latest
Star (2)

setup-steamcmd

A GitHub Action to setup the steamcmd command alias.

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.

outputs

environment variables

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

Setup streamcmd 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

A GitHub Action to setup the steamcmd command alias
v1.2.5
Latest

Setup streamcmd 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.