Wyamio / Wyam

A modular static content and static site generator.
MIT License
141 stars 29 forks source link

Releases no longer available for AppVeyor deployement #9

Closed chrisofspades closed 4 years ago

chrisofspades commented 4 years ago

I'm using AppVeyor to deploy my site as described here:

https://wyam.io/docs/deployment/appveyor

And it's failing on the step to download the latest release. See log here:

https://ci.appveyor.com/project/chrisofspades/chrispeoples-com/builds/31172904

Looks like all releases/tags were removed from the repo. Any chance of bringing those back?

daveaglick commented 4 years ago

Looks like all releases/tags were removed from the repo. Any chance of bringing those back?

Yes, absolutely. It's on the top of my to-do list - hoping to get some time tonight to work on it. The releases was an unexpected goof-up on my part when I moved the original project to https://github.com/statiqdev/Statiq.Web. I transferred relevant issues back here but totally forgot about the releases. Shouldn't be too hard to write a little script to open them back up here where they should be and delete them over there.

chrisofspades commented 4 years ago

Awesome, thanks.

daveaglick commented 4 years ago

All releases have been moved back, sorry for the mixup!