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 926fd2f commit bbb8735
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 @@ -432,7 +432,7 @@ runs:
shell: bash
run: |
ditto -c -k --sequesterRsrc --keepParent ./love-actions-macos-portable/${{ inputs.product-name }}.app ${{ inputs.output-folder }}/${{ inputs.product-name }}.zip
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 bbb8735

Please sign in to comment.