Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jkerai1 authored Jul 13, 2024
1 parent 0c9d673 commit 8b9fb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
for file in $(find . -name "*.cer" ! -path "./$target_dir/*"); do
filename=$(basename "$file")
if [ ! -f "$target_dir/$filename" ]; then
mv "${file}" "${target_dir}/"
mv '"${file}"' '"${target_dir}/"'
else
echo "File $filename already exists in $target_dir. Skipping..."
fi
Expand Down

0 comments on commit 8b9fb7c

Please sign in to comment.