Artifact names can not have slashes
This commit is contained in:
parent
adcc006d74
commit
f4e1125894
1 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ jobs:
|
|||
path: tfplan
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: .terraform/providers
|
||||
name: providers
|
||||
path: .terraform/providers
|
||||
apply:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -107,7 +107,7 @@ jobs:
|
|||
name: tfplan
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: .terraform/providers
|
||||
name: providers
|
||||
path: .terraform
|
||||
- name: Terraform apply
|
||||
id: apply
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue