lukas-w / font-logos

An icon font providing popular linux distro's logos
https://lukas-w.github.io/font-logos
The Unlicense
445 stars 85 forks source link

Simplify release zip creation #111

Closed Finii closed 1 year ago

Finii commented 1 year ago

Found out that Lukas probably used make to create the release zip file.

The same functionality should not be duplicated, so remove it from the CI workflow and use make instead.

Also use Github step outputs instead of the environment.

This has been tested on my fork.