diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 4c00e3153..f18485e84 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -115,7 +115,7 @@ jobs: shell: bash run: | # We need to determine the Tarball's name first. - TARBALL_NAME=$(ls ~/downloads/tarball | grep salesforce-plugin-code-analyzer-5\\.0\\.0-alpha\\.[0-9]*\\.tgz) + TARBALL_NAME=$(ls ~/downloads/tarball | grep salesforce-plugin-code-analyzer-5\\.0\\.0-beta\\.[0-9]*\\.tgz) # We need to determine the Tarball's location in an installable way. # Get the path to the download folder. Swap out backslashes for forward slashes to ensure Windows compatibility. RAW_TARBALL_PATH=`echo '${{ steps.download.outputs.download-path }}' | tr '\\' '/'`