-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing latest releases as PHAR #1107
Comments
@greg-1-anderson how does the release process work? Is there anything how we could support? |
With the 4.x branch I am getting: ./robo phar:build -> success, phar is being built :-) 3.0.10 also works. |
Attaching for convenience - Disclaimer: don't use those builds if you don't trust me ;-) |
@greg-1-anderson any news :-D ? Is there anything how we can support? |
@greg-1-anderson poke |
poke is there anything we can do? |
@greg-1-anderson is there anything we can do to support getting a new release published on GitHub? The mentioned #1110 seems to be partially solved, so that script ran, but it did not publish releases on GitHub. Is that another script? |
The current CI does not seem to build the .phar files on release. |
Maybe something like this is helpful https://github.com/marvinpinto/action-automatic-releases |
For anyone that needs the latest 3.0.11 tag as a PHAR available, I forked the repo and ran the phar build task and uploaded it to https://github.com/davereid/robo/releases/tag/3.0.11 |
Steps to reproduce
I downloaded the latest PHAR from https://robo.li/robo.phar, then
Expected behavior
While the latest release on GitHub seems to be
3.0.4
, in the commit messages threre are subsequent releases up to3.0.10
. I would like to download a precompiled PHAR for those.Actual behavior
I get
Robo 3.0.7
instead of3.0.10
. The build/release process seems to be not working?System Configuration
Ubuntu 21.10, PHP 8.1
The text was updated successfully, but these errors were encountered: