Skip to content

Commit 747c2e7

Browse files
authored
Update dotnetcore.yml
1 parent d46aac2 commit 747c2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
for i in **/publish/*.dll; do
6262
dir=${i%/*}
6363
echo ${dir}
64-
paths=(${paths[@]} ${dir});
64+
paths=(${paths[@]} ${dir})
6565
done
6666
eval uniquepaths=($(printf "%s\n" "${paths[@]}" | sort -u))
6767
for i in "${uniquepaths[@]}"; do

0 commit comments

Comments
 (0)