1 changed files with
7 additions and
0 deletions
|
|
@ -10,6 +10,13 @@ on:
|
|
|
|
artifact_name:
|
|
|
|
artifact_name:
|
|
|
|
required: true
|
|
|
|
required: true
|
|
|
|
type: string
|
|
|
|
type: string
|
|
|
|
|
|
|
|
secrets:
|
|
|
|
|
|
|
|
STEAM_LOGIN:
|
|
|
|
|
|
|
|
required: true
|
|
|
|
|
|
|
|
STEAM_AUTH_CODE:
|
|
|
|
|
|
|
|
required: true
|
|
|
|
|
|
|
|
STEAM_PASSWORD:
|
|
|
|
|
|
|
|
required: true
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
publish-on-steam:
|
|
|
|
publish-on-steam:
|
|
|
|