Skip to content

Commit 0356cfb

Browse files
committed
Tweak download-artifact path for terraform backend
1 parent 99ea52b commit 0356cfb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/deploy-environment.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -494,8 +494,7 @@ jobs:
494494
uses: actions/download-artifact@v4
495495
with:
496496
name: backend-config-${{ needs.validate.outputs.deploy_env }}-${{ github.run_id }}
497-
path: environments/
498-
merge-multiple: true
497+
path: ./
499498

500499
- name: Debug Downloaded Files
501500
run: |
@@ -766,8 +765,7 @@ jobs:
766765
uses: actions/download-artifact@v4
767766
with:
768767
name: backend-config-${{ needs.validate.outputs.deploy_env }}-${{ github.run_id }}
769-
path: environments/
770-
merge-multiple: true
768+
path: ./
771769

772770
- name: Debug Downloaded Files (Deploy)
773771
run: |

0 commit comments

Comments
 (0)