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 - uses: actions/download-artifact@v3
with: with:
name: lockfile name: lockfile
path: tmp/ path: tool/lockfile
- shell: bash - shell: bash
run: | run: |
ls -Ra tmp ls -Ra tools/lockfile
cat tmp/tools/lockfile/.terraform.lock.hcl cat tools/lockfile/.terraform.lock.hcl
- name: Cache Terraform - name: Cache Terraform
uses: actions/cache@v3 uses: actions/cache@v3