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 cce9525 commit 4f87d92Copy full SHA for 4f87d92
.github/workflows/dotnetcore.yml
@@ -91,6 +91,7 @@ jobs:
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%\n}"
94
+ echo "Newline packages"
95
echo "${joinedNewLine%\n}"
96
- name: Create Release
97
uses: softprops/action-gh-release@v1
0 commit comments