asyncer-io / r2dbc-mysql

Reactive Relational Database Connectivity for MySQL. The official successor to mirromutth/r2dbc-mysql(dev.miku:r2dbc-mysql).
https://r2dbc.io
Apache License 2.0
181 stars 18 forks source link

Make `upgrade_native_image_version.sh` Executable #270

Closed jchrys closed 3 months ago

jchrys commented 3 months ago

Motivation: Fix execution failure of upgrade_native_image_version.sh due to missing execute permission.

Modifications: Ran chmod +x ./upgrade_native_image_version.sh to make the script executable.

Result: Script is now executable.

jchrys commented 3 months ago

ref: https://github.com/asyncer-io/r2dbc-mysql/actions/runs/8580678381/job/23516979522