Remove spaces from windows installer name
Spaces in the file name get escaped to %20. Then the percent sign gets escaped again on the way to s3 upload, such that the object name on s3 ends up as %2520. To fix this, we can simply omit spaces from our artifact names. // FREEBIEpull/749/head
parent
5650748961
commit
81a40bb548
Loading…
Reference in New Issue