mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Fix syntax error in deploy script
This commit is contained in:
parent
eda04235c3
commit
88da55123b
2
.github/workflows/ksp-publish.yml
vendored
2
.github/workflows/ksp-publish.yml
vendored
@ -135,7 +135,7 @@ jobs:
|
||||
gh release create ${{ github.ref_name }} \
|
||||
--notes "$(yaclog show -mb)" \
|
||||
--title "Version $VERSION_TITLE" \
|
||||
bundled/ConformalDecals-*.zip
|
||||
bundled/ConformalDecals-*.zip \
|
||||
ConformalDecals/GameData/ConformalDecals/Versioning/ConformalDecals.version
|
||||
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user