We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff28202 commit b78aab4Copy full SHA for b78aab4
.github/workflows/build_mlir_python_bindings_wheel.yml
@@ -124,7 +124,7 @@ jobs:
124
curl -sLO $RELEASE_URL
125
RELEASE_NAME="$RELEASE_PREFIX*.tar.gz"
126
tar xf $RELEASE_NAME
127
- echo WHEEL_VERSION="$(echo $RELEASE_NAME | sed "s/${RELEASE_PREFIX}_//g" | sed "s/.tar.gz//g" | sed "s/_/+/g")" >> $GITHUB_ENV
+ echo WHEEL_VERSION="$(echo $RELEASE_NAME | sed "s/${RELEASE_PREFIX}_//g" | sed "s/.tar.gz//g" | sed "s/_/+/g" | sed "s/%2B/+/g" )" >> $GITHUB_ENV
128
129
- name: Download LLVM distro artifacts
130
if: ${{ inputs.workflow_call }}
0 commit comments