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 bf0747b commit 034b4e9Copy full SHA for 034b4e9
.github/workflows/run-tests.yml
@@ -115,7 +115,7 @@ jobs:
115
shell: bash
116
run: |
117
# We need to determine the Tarball's name first.
118
- 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)
119
# We need to determine the Tarball's location in an installable way.
120
# Get the path to the download folder. Swap out backslashes for forward slashes to ensure Windows compatibility.
121
RAW_TARBALL_PATH=`echo '${{ steps.download.outputs.download-path }}' | tr '\\' '/'`
0 commit comments