Skip to content

Commit f18bbb9

Browse files
authored
Update dotnetcore.yml
1 parent 468c5b5 commit f18bbb9

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
@@ -69,7 +69,7 @@ jobs:
6969
done
7070
# For each publish dir, create a package
7171
packages=()
72-
for path in "${uniquepaths}"; do
72+
for path in "${uniquepaths[@]}"; do
7373
# Get the directory name four deep, which is typically the project folder
7474
dir=${path}/../../../..
7575
parentdir=$(builtin cd $dir; pwd)

0 commit comments

Comments
 (0)