Download artifact doesn't nest

This commit is contained in:
Ben Martin 2024-06-04 01:25:00 +01:00
parent 04cbd49f8c
commit e5031ad8cb
No known key found for this signature in database
GPG key ID: 11936493893207E4

View file

@ -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