Skip to content

Commit 6060fb4

Browse files
committed
fix
Signed-off-by: Ben Howe <[email protected]>
1 parent 0bd07f7 commit 6060fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
if [[ -n "${{ inputs.assets_repo }}" ]] && [[ -n "${{ inputs.assets_tag }}" ]]; then
154154
# Extract the decoder that needs to be embedded in the wheel
155155
mkdir -p tmp
156-
tar -C tmp -xzvf nv-qldpc-decoder-${{ matrix.platform }}_ubuntu24.04_cuda{{ matrix.cuda_version }}_py{{ matrix.python }}_release.tar.gz
156+
tar -C tmp -xzvf nv-qldpc-decoder-${{ matrix.platform }}_ubuntu24.04_cuda${{ matrix.cuda_version }}_py${{ matrix.python }}_release.tar.gz
157157
export QEC_EXTERNAL_DECODERS=$(pwd)/tmp/libcudaq-qec-nv-qldpc-decoder.so
158158
fi
159159
# This is needed to allow the "git rev-parse" commands in the build

0 commit comments

Comments
 (0)