Skip to content

Commit

Permalink
fix(escape): Quote version and description
Browse files Browse the repository at this point in the history
  • Loading branch information
bengreenier committed Oct 28, 2021
1 parent f87c703 commit 2605f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
name: ${{ format('{0}_{1}', matrix.template, matrix.type) }}
subfolder: ${{ matrix.template }}
other: ${{ format('--{0} --define version={1} --define description={2}', matrix.type, matrix.version, matrix.description) }}
other: ${{ format('--{0} --define version="{1}" --define description="{2}"', matrix.type, matrix.version, matrix.description) }}
# we need to move the generated project to a temp folder, away from the template project
# otherwise `cargo` runs would fail
# see https://github.com/rust-lang/cargo/issues/9922
Expand Down

0 comments on commit 2605f4e

Please sign in to comment.