Skip to content

Commit cce9525

Browse files
authored
Update dotnetcore.yml
1 parent 20ce990 commit cce9525

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ jobs:
9090
# Do the same again, but use new lines as the separator
9191
printf -v joinednewline "%s\n" "${packages[@]}"
9292
# Save the list of packages newline separated as an output variable
93-
echo "::set-output name=artifacts_new_line::${joinedNewLine%,}"
94-
echo "${joinedNewLine%,}"
93+
echo "::set-output name=artifacts_new_line::${joinedNewLine%\n}"
94+
echo "${joinedNewLine%\n}"
9595
- name: Create Release
9696
uses: softprops/action-gh-release@v1
9797
with:

0 commit comments

Comments
 (0)