We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ac365 commit 3c2ad6cCopy full SHA for 3c2ad6c
1 file changed
.github/workflows/prerelease.yml
@@ -67,7 +67,7 @@ jobs:
67
glibc_version=$(ldd --version | awk '/ldd/{print $NF}')
68
export GLIBC_VERSION="${glibc_version//./_}"
69
echo $GLIBC_VERSION
70
- bazel build --define GLIBC_VERSION="$GLIBC_VERSION" --define TARGET_VERSION="$(python -c "print(\"py${TARGET_PYTHON}\".replace(\".\", \"\"))")" --define VERSION="$(cat version/version.txt)" :tesseract_decoder_wheel
+ bazel build --define GLIBC_VERSION=$GLIBC_VERSION --define TARGET_VERSION="$(python -c "print(\"py${TARGET_PYTHON}\".replace(\".\", \"\"))")" --define VERSION="$(cat version/version.txt)" :tesseract_decoder_wheel
71
72
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
73
with:
0 commit comments