Skip to content

Commit db9e896

Browse files
authored
Update dotnetcore.yml
1 parent 900b335 commit db9e896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
joinednewline="${joinednewline//$'\n'/'%0A'}"
9494
joinednewline="${joinednewline//$'\r'/'%0D'}"
9595
# Save the list of packages newline separated as an output variable
96-
echo "::set-output name=artifacts_new_line::${joinedNewLine%\n}"
96+
echo "::set-output name=artifacts_new_line::${joinednewline%\n}"
9797
- run: 'echo "The string is: ${{ steps.package.outputs.artifacts_new_line }}"'
9898
shell: bash
9999
- name: Create Release

0 commit comments

Comments
 (0)