diff --git a/dist/index.js b/dist/index.js index d7e36d5..12ba07e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -13224,7 +13224,7 @@ 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', ['export PATH=~/sfdx-cli/bin:$PATH']); + execCommand.run('export', ['PATH=~/sfdx-cli/bin:$PATH']); core.info('=== SFDX cli installed ==='); };