Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linebreaks in artifact name cause an "Unexpected response" #183

Closed
2 of 6 tasks
YellowAfterlife opened this issue Mar 18, 2021 · 1 comment
Closed
2 of 6 tasks

Linebreaks in artifact name cause an "Unexpected response" #183

YellowAfterlife opened this issue Mar 18, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@YellowAfterlife
Copy link

Describe the bug
Including linebreaks in your artifact name causes unusual state where the build errors out but artifact is still uploaded (albeit without linebreaks)

Version

  • V1
  • V2

Environment

  • self-hosted
  • Linux
  • Windows
  • Mac

Screenshots
image

Run/Repo Url
https://github.com/YAL-GameMaker/steamworks.gml/actions/runs/666009729

How to reproduce
If applicable, add information on how to reproduce the problem.

      - name: Upload artifact
        uses: actions/upload-artifact@v2
        with:
          name: |
            line 1
            line 2
          path: ./file

Additional context
Pretty low-priority if anything - I was testing what I could and could not do to make artifact labels more readable, and figured that I'd try a linebreak since it wasn't on the forbidden character list

@konradpabjan
Copy link
Collaborator

This was fixed a while back ago (forgot to close out after release). Newline characters are not allowed anymore and the run fails

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants