qrohlf / trianglify

Algorithmically generated triangle art
http://qrohlf.com/trianglify/
GNU General Public License v3.0
10.08k stars 669 forks source link

Upload prebuilt .zip files to the Releases tab #129

Open qrohlf opened 4 years ago

qrohlf commented 4 years ago

Per v4.0.0, the dist folder with build artifacts will no longer be checked in to git. This is a Good Thing, but it also means that users who don't want to use NPM or unpkg will have to build a bundle from source if they want to use Trianglify the old fashioned way.

This ticket is to build a Github Actions workflow that will trigger when a new version tag is pushed, and upload a .zip containing the trianglify.bundle.js and trianglify.bundle.min.js files to the release entry on Github.