Update release-steam.yml

master
Vitaly Mikhailov 3 years ago committed by GitHub
parent 5df482b972
commit 35c457f87a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,6 +7,9 @@ on:
required: true
type: number
default: -1
mod_id:
required: true
type: string
mod_description:
required: false
type: string
@ -128,7 +131,7 @@ jobs:
{
"appid" "261550"
"publishedfileid" "${{ inputs.workshop_id }}"
"contentfolder" "$GITHUB_WORKSPACE/artifact/Modules"
"contentfolder" "$GITHUB_WORKSPACE/artifact/Modules/${{ inputs.mod_id }}"
"changenote" "${{ inputs.mod_description }}"
}
EOT

Loading…
Cancel
Save