https://github.com/rageagainstthepixel/setup-steamcmd
A GitHub Action to setup the steamcmd command alias.
https://github.com/rageagainstthepixel/setup-steamcmd
actions github-action-tool github-actions steam steam-api steamapi steamcmd steamcmd-api steamcmd-installation steampipe tool-cache
Last synced: 8 months ago
JSON representation
A GitHub Action to setup the steamcmd command alias.
- Host: GitHub
- URL: https://github.com/rageagainstthepixel/setup-steamcmd
- Owner: RageAgainstThePixel
- License: mit
- Created: 2024-07-24T20:57:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-19T14:07:26.000Z (8 months ago)
- Last Synced: 2025-07-19T17:47:18.172Z (8 months ago)
- Topics: actions, github-action-tool, github-actions, steam, steam-api, steamapi, steamcmd, steamcmd-api, steamcmd-installation, steampipe, tool-cache
- Language: TypeScript
- Homepage:
- Size: 1.86 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# setup-steamcmd
A GitHub Action to setup the [`steamcmd`](https://developer.valvesoftware.com/wiki/SteamCMD) command alias.
## How to use
```yaml
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](https://github.com/dgibbs64/SteamCMD-Commands-List/blob/main/steamcmd_commands.txt).
## outputs
### environment variables
- `STEAM_CMD` the `steamcmd` directory location.
- `STEAM_DIR` the steam install directory location.
- `STEAM_TEMP` the temp steam directory location.