File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ jobs:
47
47
48
48
# Install CKAN and set up an instance
49
49
- uses : KSPModdingLibs/KSPBuildTools/.github/actions/setup-ckan@main
50
- if : ${{ inputs.use-ckan && (inputs.use-msbuild || input .dependency-identifiers) }}
50
+ if : ${{ inputs.use-ckan && (inputs.use-msbuild || inputs .dependency-identifiers) }}
51
51
52
52
# Install any listed CKAN dependencies
53
53
- uses : KSPModdingLibs/KSPBuildTools/.github/actions/install-dependencies@main
54
- if : ${{ input .dependency-identifiers }}
54
+ if : ${{ inputs .dependency-identifiers }}
55
55
with :
56
- dependency-identifiers : ${{ input .dependency-identifiers }}
56
+ dependency-identifiers : ${{ inputs .dependency-identifiers }}
57
57
58
58
# Compile the mod
59
59
- uses : KSPModdingLibs/KSPBuildTools/.github/actions/compile@main
67
67
- uses : KSPModdingLibs/KSPBuildTools/.github/actions/assemble-release@main
68
68
with :
69
69
artifacts : ${{ inputs.artifacts }}
70
- output-file-name : ${{ github.event.repository.name }}-${{ inputs.build-configuration }}
70
+ output-file-name : ${{ github.event.repository.name }}-${{ inputs.build-configuration }}
You can’t perform that action at this time.
0 commit comments