mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-27 13:33:37 +00:00
fix: make visible the path being extracted
This commit is contained in:
parent
8b4c280fc8
commit
678377bd80
2 changed files with 2 additions and 0 deletions
1
dist/index.js
vendored
1
dist/index.js
vendored
|
|
@ -37,6 +37,7 @@ function mapOS (os) {
|
|||
async function downloadCLI (url) {
|
||||
core.debug(`Downloading Terraform CLI from ${url}`);
|
||||
const pathToCLIZip = await tc.downloadTool(url);
|
||||
core.info(`Terraform CLI Download Path is ${pathToCLIZip}`)
|
||||
|
||||
core.debug('Extracting Terraform CLI zip file');
|
||||
const pathToCLI = await tc.extractZip(pathToCLIZip);
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ function mapOS (os) {
|
|||
async function downloadCLI (url) {
|
||||
core.debug(`Downloading Terraform CLI from ${url}`);
|
||||
const pathToCLIZip = await tc.downloadTool(url);
|
||||
core.info(`Terraform CLI Download Path is ${pathToCLIZip}`)
|
||||
|
||||
core.debug('Extracting Terraform CLI zip file');
|
||||
const pathToCLI = await tc.extractZip(pathToCLIZip);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue