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

chore(ci): fix binary names in release asset upload #3597

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

charles-cooper
Copy link
Member

@charles-cooper charles-cooper commented Sep 7, 2023

rename binary during asset upload to properly escape the filename for the github API call.

(Github API states:

GitHub renames asset filenames that have special characters,
non-alphanumeric characters, and leading or trailing periods. The "List release assets" endpoint lists the renamed filenames. For more information and help, contact GitHub Support.
)

What I did

How I did it

How to verify it

https://github.com/charles-cooper/vyper/releases/tag/v0.3.10rc5
https://github.com/charles-cooper/vyper/actions/runs/6114530221/job/16596363225

Commit message

Commit message for the final, squashed PR. (Optional, but reviewers will appreciate it! Please see our commit message style guide for what we would ideally like to see in a commit message.)

Description for the changelog

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

rename binary during asset upload to properly escape the filename for
the github API call.

(Github API states:
> GitHub renames asset filenames that have special characters,
non-alphanumeric characters, and leading or trailing periods. The "List
release assets" endpoint lists the renamed filenames. For more
information and help, contact GitHub Support.
)
@charles-cooper charles-cooper enabled auto-merge (squash) September 7, 2023 21:05
@codecov-commenter
Copy link

Codecov Report

Merging #3597 (1356b97) into master (0cb37e3) will decrease coverage by 0.04%.
The diff coverage is n/a.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##           master    #3597      +/-   ##
==========================================
- Coverage   89.13%   89.09%   -0.04%     
==========================================
  Files          85       85              
  Lines       11392    11392              
  Branches     2591     2591              
==========================================
- Hits        10154    10150       -4     
- Misses        816      820       +4     
  Partials      422      422              

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

📢 Have feedback on the report? Share it here.

@charles-cooper charles-cooper merged commit 3b310d5 into vyperlang:master Sep 7, 2023
82 of 83 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants