Skip to content

Commit

Permalink
build workflow: pipe solution-file-path to compile action
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan authored Sep 13, 2024
1 parent 83d97be commit 83c4239
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
build-configuration: ${{ inputs.build-configuration }}
ksp-zip-url: ${{ inputs.ksp-zip-url }}
ksp-zip-password: ${{ secrets.ksp-zip-password }}
solution-file-path: ${{ inputs.solution-file-path }}

# Assemble the mod into a release package and upload it as an artifact
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/assemble-release@main
Expand Down

0 comments on commit 83c4239

Please sign in to comment.