Skip to content
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

Open
mattsches opened this issue Mar 31, 2022 · 11 comments
Open

Missing latest releases as PHAR #1107

mattsches opened this issue Mar 31, 2022 · 11 comments

Comments

@mattsches
Copy link

Steps to reproduce

I downloaded the latest PHAR from https://robo.li/robo.phar, then

php ./robo.phar --version
Robo 3.0.7

Expected behavior

While the latest release on GitHub seems to be 3.0.4, in the commit messages threre are subsequent releases up to 3.0.10. I would like to download a precompiled PHAR for those.

Actual behavior

I get Robo 3.0.7 instead of 3.0.10. The build/release process seems to be not working?

System Configuration

Ubuntu 21.10, PHP 8.1

@amenk
Copy link
Contributor

amenk commented Jul 8, 2022

@greg-1-anderson how does the release process work? Is there anything how we could support?

@amenk
Copy link
Contributor

amenk commented Jul 8, 2022

With the 4.x branch I am getting:

./robo phar:build

-> success, phar is being built :-)

3.0.10 also works.

@amenk
Copy link
Contributor

amenk commented Jul 8, 2022

robo.zip

Attaching for convenience - Disclaimer: don't use those builds if you don't trust me ;-)

@greg-1-anderson
Copy link
Member

This is related to #1110. The scripts that generated the website broke; they have since been repaired (thanks @Arhell), but I need to ensure that the latest build is copied to the website, and update the automation so that future releases will be published automatically.

@amenk
Copy link
Contributor

amenk commented Jul 25, 2022

@greg-1-anderson any news :-D ?

Is there anything how we can support?

@amenk
Copy link
Contributor

amenk commented Sep 13, 2022

@greg-1-anderson poke

@amenk
Copy link
Contributor

amenk commented Nov 15, 2022

poke is there anything we can do?

@amenk
Copy link
Contributor

amenk commented Dec 14, 2022

@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?

@amenk
Copy link
Contributor

amenk commented Feb 17, 2023

The current CI does not seem to build the .phar files on release.
Maybe it would help if we include such a build in the ci.yml

@amenk
Copy link
Contributor

amenk commented Feb 18, 2023

Maybe something like this is helpful https://github.com/marvinpinto/action-automatic-releases

@davereid
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants