wp-cli / builds

Phar, Debian, and RPM builds of WP-CLI
36 stars 18 forks source link

`latest` deb outdated #63

Closed AndrewKvalheim closed 1 year ago

AndrewKvalheim commented 1 year ago

Bug Report

Describe the current, buggy behavior

php-wpcli_latest_all.deb points to build 2.7.1 but the latest build is 2.8.1.

Describe how other contributors can replicate this bug

$ curl 'https://raw.githubusercontent.com/wp-cli/builds/gh-pages/deb/php-wpcli_latest_all.deb'
php-wpcli_2.7.1_all.deb

Describe what you would expect as the correct outcome

php-wpcli_2.8.1_all.deb

szepeviktor commented 1 year ago

PR sent 🍏

AndrewKvalheim commented 1 year ago

Thanks, much simpler than I expected. It didn’t occur to me that this output was built manually.

danielbachhuber commented 1 year ago

Thanks for flagging, @AndrewKvalheim !