forked from game-ci/steam-deploy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
action.yml
30 lines (30 loc) · 813 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: 'Steam - Deploy'
author: Webber Takken <[email protected]>
description: 'Deploy game builds to Steam using the SteamSDK.'
inputs:
appId:
required: true
default: ''
description: 'The app id within steam partner network.'
buildDescription:
required: false
description: 'Description for this build.'
username:
required: true
default: ''
description: 'The username of your builder account.'
password:
required: true
default: ''
description: 'The password of your builder account.'
mfaCode:
required: false
default: ''
description: 'The multi-factor authentication code from steam guard, that is emailed when attempting to sign in.'
outputs: {}
branding:
icon: 'package'
color: 'gray-dark'
runs:
using: 'docker'
image: 'action/Dockerfile'