Skip to content

Commit

Permalink
Fix build.yml to stringwrap git describe
Browse files Browse the repository at this point in the history
WIP #65
  • Loading branch information
DannyDarwiche committed Jul 16, 2021
1 parent 3ac535f commit 2bad895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Create override.cfg
if: ${{ env.GIT_DESCRIBE != '' }}
run: echo "global/version = $GIT_DESCRIBE" >> override.cfg
run: echo "global/version = \"$GIT_DESCRIBE\"" >> override.cfg

- name: Upload override.cfg
if: ${{ env.GIT_DESCRIBE != '' }}
Expand Down

0 comments on commit 2bad895

Please sign in to comment.