You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
The text was updated successfully, but these errors were encountered: