Fix lockfile path

This commit is contained in:
Julio Castillo 2023-04-23 01:12:56 +02:00
parent 175d1d3893
commit b8d601bd63
1 changed files with 3 additions and 3 deletions

View File

@ -50,12 +50,12 @@ runs:
- uses: actions/download-artifact@v3
with:
name: lockfile
path: tmp/
path: tool/lockfile
- shell: bash
run: |
ls -Ra tmp
cat tmp/tools/lockfile/.terraform.lock.hcl
ls -Ra tools/lockfile
cat tools/lockfile/.terraform.lock.hcl
- name: Cache Terraform
uses: actions/cache@v3