laps icon indicating copy to clipboard operation
laps copied to clipboard

Convert zip build and upload into GitHub Action

Open Rarst opened this issue 3 years ago • 0 comments

Creating and attaching zip build is automated in Robo command, however since it's based on Composer create-project (so any local changes aren't dragged in, etc) there is a lag between pushing to GitHub and version appearing on Packagist to wait for.

I think GitHub Actions have release-related triggers now, so that should be (finally) refactored to run there and build from clean checkout, w/o involving Packagist.

Rarst avatar Jul 05 '22 06:07 Rarst