Fix mapbase_build-base-dispatch.yml

This commit is contained in:
Blixibon 2022-11-24 12:33:27 -06:00 committed by GitHub
parent d771694d4b
commit 81527d3be8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,4 +67,4 @@ jobs:
game: '${{ github.event.inputs.game }}'
project-group: '${{ github.event.inputs.project-group }}'
solution-name: '${{ github.event.inputs.solution-name }}'
build-on-linux: '${{ github.event.inputs.build-on-linux }}'
build-on-linux: "${{ github.event.inputs.build-on-linux == 'true' }}"