Skip to content

Commit

Permalink
ci: remove slash from find command
Browse files Browse the repository at this point in the history
  • Loading branch information
javierguzman committed Jul 20, 2023
1 parent 5d853f7 commit c79b9b7
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 @@ -141,7 +141,7 @@ jobs:
# we replace empty spaces in the filename with -
run: |
find out/make -type f -name '*.exe' -exec bash -c 'mv "$1" "${1// /-}"' _ {} \;
find out/make/ -type f -name '*.exe' -exec cp -v {} windows_signing \;
find out/make -type f -name '*.exe' -exec cp -v {} windows_signing \;
ls *.exe
EXE_FILE=$(ls *.exe 2>/dev/null | head -n 1)
echo "Found .exe file: $EXE_FILE"
Expand Down

0 comments on commit c79b9b7

Please sign in to comment.