Skip to content

Commit

Permalink
Updates fix pxc binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumar-vs committed Dec 11, 2024
1 parent ebbfa3d commit bc518da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PMM_PROXYSQL.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
PXC_VERSION_TRIMED=$(echo ${PXC_VERSION%-*})
fi
echo "PXC_VERSION=${PXC_VERSION}" | sed 's/"//g' >> $GITHUB_ENV
echo "PXC_VERSION_TAR=${PXC_VERSION}" | sed 's/"//g' >> $GITHUB_ENV
echo "PXC_VERSION_TAR=${PXC_VERSION}.1" | sed 's/"//g' >> $GITHUB_ENV
echo "PXC_VERSION_PATH=${PXC_VERSION_PATH}" >> $GITHUB_ENV
echo "PXC_VERSION_TRIMED=${PXC_VERSION_TRIMED}" >> $GITHUB_ENV
Expand Down

0 comments on commit bc518da

Please sign in to comment.