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