Skip to content

Commit a5773c1

Browse files
authored
Update dotnetcore.yml
1 parent 791be0b commit a5773c1

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
joinednewline="${joinednewline//'%'/'%25'}"
93-
joinednewline="${joinednewline//$'\\n'/'%0A'}"
94-
joinednewline="${joinednewline//$'\\r'/'%0D'}"
93+
joinednewline="${joinednewline//$'\n'/'%0A'}"
94+
joinednewline="${joinednewline//$'\r'/'%0D'}"
9595
# Save the list of packages newline separated as an output variable
9696
echo "::set-output name=artifacts_new_line::${joinedNewLine%\n}"
9797
- name: Create Release

0 commit comments

Comments
 (0)