diff --git a/.github/workflows/scratch-org-sfdx-ci-main.yml b/.github/workflows/scratch-org-sfdx-ci-main.yml index 3c956bc..5e93d18 100644 --- a/.github/workflows/scratch-org-sfdx-ci-main.yml +++ b/.github/workflows/scratch-org-sfdx-ci-main.yml @@ -49,7 +49,7 @@ jobs: run: | wget https://developer.salesforce.com/media/salesforce-cli/sf/channels/stable/sf-linux-x64.tar.xz mkdir sf-cli - tar xJf sfdx-linux-amd64.tar.xz -C sf-cli --strip-components 1 + tar xJf sf-linux-x64.tar.xz -C sf-cli --strip-components 1 ./sf-cli/install # Checkout the code in the pull request