Update release-steam.yml

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

@ -3,6 +3,10 @@ name: Release Module on Steam
on:
workflow_call:
inputs:
workshop_id:
required: true
type: number
default: ''
mod_description:
required: false
type: string
@ -118,7 +122,7 @@ jobs:
"workshopitem"
{
"appid" "261550"
"publishedfileid" "2859188632"
"publishedfileid" "${{ inputs.workshop_id }}"
"contentfolder" "$GITHUB_WORKSPACE/artifact"
"changenote" "${{ inputs.mod_description }}"
}

Loading…
Cancel
Save