Bracket in artifact name not in github release

Dr Suman Khanal's Avatar

Dr Suman Khanal

15 Jan, 2020 03:39 PM

Hi,

This is part of my appveyor.yml file marking artifacts to get published in GitHub releases:

...
artifacts:
  - path: 'rakudo-2019.11-x86_64(JIT).zip'
    name: rakudo-2019.11
  - path: 'rakudo-2019.11-x86_64(JIT).exe'
    name: rakudo-2019.11-installer
  - path: 'rakudo-daily-x86_64(JIT).zip'
    name: rakudo-daily
  - path: 'rakudo-daily-x86_64(JIT).exe'
    name: rakudo-daily-installer
....

This gets published in GitHub releases fine. But the file names in releases are without the brackets.

What can I do to still retain brackets like this shown below?

  1. Support Staff 1 Posted by Feodor Fitsner on 15 Jan, 2020 04:42 PM

    Feodor Fitsner's Avatar

    Do the files on build Artifacts tab contain brackets?

  2. 2 Posted by Dr Suman Khanal on 16 Jan, 2020 11:15 AM

    Dr Suman Khanal's Avatar

    Yes files in build do have brackets. Here is the snapshot:

  3. 3 Posted by Dr Suman Khanal on 16 Jan, 2020 11:21 AM

    Dr Suman Khanal's Avatar

    By mistake wrong snapshot got uploaded which I could not delete.

    This is the snapshot:

  4. Support Staff 4 Posted by Feodor Fitsner on 20 Jan, 2020 10:12 PM

    Feodor Fitsner's Avatar

    Actually, it looks like it's a built-in "feature" of GitHub to replace brackets with dots while adding release assets. I was unable to upload assets with brackets through GitHub web UI.

  5. Feodor Fitsner closed this discussion on 03 Apr, 2020 06:47 PM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac