Skip to content

Commit

Permalink
Try quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Nov 16, 2023
1 parent 9a06273 commit 2b2628a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ jobs:
- name: Check portable
if: matrix.arch != 'arm64'
shell: bash
run: "$RUNNER_TEMP/portable/dokit.exe" --version
run: '"$RUNNER_TEMP/portable/dokit.exe" --version'
- name: Setup artifacts
shell: bash
run: echo "dokitVersion=$(cat "$RUNNER_TEMP/version.txt")" >> $GITHUB_ENV
Expand Down

0 comments on commit 2b2628a

Please sign in to comment.