File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -515,7 +515,8 @@ jobs:
515515 uses : actions/download-artifact@v4
516516 with :
517517 name : backend-config-${{ needs.validate.outputs.deploy_env }}-${{ github.run_id }}
518- path : ./
518+ path : environments/
519+ merge-multiple : true
519520
520521 - name : Debug Downloaded Files
521522 run : |
@@ -803,7 +804,8 @@ jobs:
803804 uses : actions/download-artifact@v4
804805 with :
805806 name : backend-config-${{ needs.validate.outputs.deploy_env }}-${{ github.run_id }}
806- path : ./
807+ path : environments/
808+ merge-multiple : true
807809
808810 - name : Debug Downloaded Files (Deploy)
809811 run : |
Original file line number Diff line number Diff line change @@ -463,7 +463,7 @@ jobs:
463463 done
464464
465465 echo ""
466- echo "✅ Backend configurations verified for:$configured_envs"
466+ echo "✅ Backend configurations verified for: $configured_envs"
467467 echo "These environment directories will be included in the artifact."
468468
469469 - name : Upload Backend Configuration Artifacts
You can’t perform that action at this time.
0 commit comments