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 468c5b5 commit f18bbb9Copy full SHA for f18bbb9
.github/workflows/dotnetcore.yml
@@ -69,7 +69,7 @@ jobs:
69
done
70
# For each publish dir, create a package
71
packages=()
72
- for path in "${uniquepaths}"; do
+ for path in "${uniquepaths[@]}"; do
73
# Get the directory name four deep, which is typically the project folder
74
dir=${path}/../../../..
75
parentdir=$(builtin cd $dir; pwd)
0 commit comments