diff --git a/.github/actions/publish_image/action.yml b/.github/actions/publish_image/action.yml index 9426ebe76a73..76194391cd76 100644 --- a/.github/actions/publish_image/action.yml +++ b/.github/actions/publish_image/action.yml @@ -39,7 +39,8 @@ runs: with: name: release-${{ github.sha }}-${{ inputs.target }} path: ./target/release - - run: chmod +x ./target/release/databend-* + - shell: bash + run: chmod +x ./target/release/databend-* - name: Build and publish databend image id: docker_build