Skip to content

Commit 1fe7e08

Browse files
setup-steamcmd@1.2.0 (#9)
- added log dump/clean post action step - added `STEAM_TEMP` exported env variable - changed the directory path of `STEAM_CMD` to be one level up from parent
1 parent 7a82845 commit 1fe7e08

File tree

9 files changed

+433
-299
lines changed

9 files changed

+433
-299
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ A GitHub Action to setup the [`steamcmd`](https://developer.valvesoftware.com/wi
66

77
- `STEAM_CMD` the `steamcmd` directory location.
88
- `STEAM_DIR` the steam install directory location.
9+
- `STEAM_TEMP` the temp steam directory location.
910

1011
## How to use
1112

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ branding:
77
runs:
88
using: 'node20'
99
main: 'dist/index.js'
10+
post: 'dist/index.js'

0 commit comments

Comments
 (0)