adamdruppe / arsd

This is a collection of modules that I've released over the years. Most of them stand alone, or have just one or two dependencies in here, so you don't have to download this whole repo.
http://arsd-official.dpldocs.info/arsd.html
531 stars 128 forks source link

Remove binary files from version control #193

Closed ghost closed 5 years ago

ghost commented 5 years ago

I noticed you have some binary files in version control:

better place to put these type files is here:

https://github.com/adamdruppe/arsd/releases

adamdruppe commented 5 years ago

On Mon, Jun 10, 2019 at 05:01:59PM -0700, Steven Penny wrote:

better place to put these type files is here:

https://github.com/adamdruppe/arsd/releases

I don't think you can add random files there.

Those are 3rd party files that are just kinda a pain to get to work with dmd (historically), so I put it here for easy of discovery for people who do need them.

ghost commented 5 years ago

@adamdruppe I just tested on my own repo and both file types are allowed.

adamdruppe commented 5 years ago

On Mon, Jun 10, 2019 at 07:30:37PM -0700, Steven Penny wrote:

@adamdruppe I just tested on my own repo and both file types are allowed.

so how did you do it?

ghost commented 5 years ago
  1. visit https://github.com/adamdruppe/arsd/releases
  2. click "Draft a new release"
  3. Tag version: hello-world
  4. click "Attach binaries"
  5. click "Publish release"
adamdruppe commented 5 years ago

The way it is works for me.