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

publish phars as github release assets #6

Open
glensc opened this issue Jan 23, 2019 · 1 comment
Open

publish phars as github release assets #6

glensc opened this issue Jan 23, 2019 · 1 comment

Comments

@glensc
Copy link

glensc commented Jan 23, 2019

instead of commiting the binary blobs to git repository, upload them to each release:

you can automate the .phar upload with travis. signature is a bit more difficult, you probably need to use secret variable to encrypt gpg key.

some examples:

@nikic
Copy link

nikic commented Feb 8, 2019

One reason why this would be useful is that download of individual files from a repository is subject to pretty aggressive rate limiting, so if you have multiple CI jobs running in parallel, trying to download these phars from GitHub, the download is likely to fail.

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

2 participants