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 20ce990 commit cce9525Copy full SHA for cce9525
.github/workflows/dotnetcore.yml
@@ -90,8 +90,8 @@ jobs:
90
# Do the same again, but use new lines as the separator
91
printf -v joinednewline "%s\n" "${packages[@]}"
92
# Save the list of packages newline separated as an output variable
93
- echo "::set-output name=artifacts_new_line::${joinedNewLine%,}"
94
- echo "${joinedNewLine%,}"
+ echo "::set-output name=artifacts_new_line::${joinedNewLine%\n}"
+ echo "${joinedNewLine%\n}"
95
- name: Create Release
96
uses: softprops/action-gh-release@v1
97
with:
0 commit comments