Download artifact doesn't nest
This commit is contained in:
parent
04cbd49f8c
commit
e5031ad8cb
1 changed files with 2 additions and 2 deletions
|
@ -108,9 +108,9 @@ jobs:
|
|||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: providers
|
||||
path: .terraform
|
||||
path: .terraform/providers
|
||||
- run: |
|
||||
ls -la .terraform
|
||||
ls -la .terraform &&
|
||||
tree .terraform
|
||||
- name: Terraform apply
|
||||
id: apply
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue