Skip to content
terminal

GitHub Action

Buildalon Setup SteamCmd

v1.0.1 Latest version

Buildalon Setup SteamCmd

terminal

Buildalon Setup SteamCmd

A GitHub Action to setup the steamcmd command alias

Installation

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

              

- name: Buildalon Setup SteamCmd

uses: buildalon/setup-steamcmd@v1.0.1

Learn more about this action in buildalon/setup-steamcmd

Choose a version

Buildalon Setup SteamCmd

Discord marketplace actions

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.
  • STEAM_TEMP the temp steam 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: buildalon/setup-steamcmd@v1
      # run commands
      - run: |
          which steamcmd
          steamcmd +help +quit

For a full list of steamcmd commands see this list.