Skip to content

Commit

Permalink
ci: add quotes arround curly brackets to fix cp command
Browse files Browse the repository at this point in the history
  • Loading branch information
javierguzman committed Jul 20, 2023
1 parent 72a2ed6 commit 0a0957c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
shell: bash
name: Get executable into signing folder
run: |
find out/make/ -name '*.exe' -exec cp -v {} windows_signing \;
find out/make/ -name '*.exe' -exec cp -v "{}" "windows_signing" \;
EXE_FILE=$(ls *.exe 2>/dev/null | head -n 1)
echo "Found .exe file: $EXE_FILE"
- if: runner.os == 'Windows'
Expand Down

0 comments on commit 0a0957c

Please sign in to comment.