Skip to content

Commit

Permalink
- Fix multiline issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Oct 25, 2022
1 parent a86ca85 commit cfb9c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ runs:
id: gather-packages
shell: bash
run: |
echo "package-paths=$(ls -d ${{ inputs.output-folder }}/*)" >> $GITHUB_OUTPUT
echo "package-paths=$(ls -d ${{ inputs.output-folder }}/* | tr '\r\n' ' ')" >> $GITHUB_OUTPUT
- name: Cleanup
shell: bash
run: |
Expand Down

0 comments on commit cfb9c07

Please sign in to comment.