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 900b335 commit db9e896Copy full SHA for db9e896
.github/workflows/dotnetcore.yml
@@ -93,7 +93,7 @@ jobs:
93
joinednewline="${joinednewline//$'\n'/'%0A'}"
94
joinednewline="${joinednewline//$'\r'/'%0D'}"
95
# Save the list of packages newline separated as an output variable
96
- echo "::set-output name=artifacts_new_line::${joinedNewLine%\n}"
+ echo "::set-output name=artifacts_new_line::${joinednewline%\n}"
97
- run: 'echo "The string is: ${{ steps.package.outputs.artifacts_new_line }}"'
98
shell: bash
99
- name: Create Release
0 commit comments