Skip to content

Commit 3c2ad6c

Browse files
nit
1 parent 38ac365 commit 3c2ad6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
glibc_version=$(ldd --version | awk '/ldd/{print $NF}')
6868
export GLIBC_VERSION="${glibc_version//./_}"
6969
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
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
7171
7272
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
7373
with:

0 commit comments

Comments
 (0)