diff --git a/dist/index.js b/dist/index.js index 12ba07e..217e272 100644 --- a/dist/index.js +++ b/dist/index.js @@ -13224,7 +13224,8 @@ var fnInstallSFDX = function(){ execCommand.run('wget', ['https://developer.salesforce.com/media/salesforce-cli/sf/channels/stable/sf-linux-x64.tar.xz']); execCommand.run('mkdir', ['-p', 'sfdx-cli']); execCommand.run('tar', ['xJf', 'sf-linux-x64.tar.xz', '-C', 'sfdx-cli', '--strip-components', '1']); - execCommand.run('export', ['PATH=~/sfdx-cli/bin:$PATH']); + execCommand.run('export', ['PATH=sfdx-cli/bin:$PATH']); + execCommand.run('sf', ['--version']); core.info('=== SFDX cli installed ==='); };