We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46aac2 commit 747c2e7Copy full SHA for 747c2e7
.github/workflows/dotnetcore.yml
@@ -61,7 +61,7 @@ jobs:
61
for i in **/publish/*.dll; do
62
dir=${i%/*}
63
echo ${dir}
64
- paths=(${paths[@]} ${dir});
+ paths=(${paths[@]} ${dir})
65
done
66
eval uniquepaths=($(printf "%s\n" "${paths[@]}" | sort -u))
67
for i in "${uniquepaths[@]}"; do
0 commit comments