We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ad82b commit f3c1553Copy full SHA for f3c1553
1 file changed
.github/workflows/deploy-to-azure.yml
@@ -61,7 +61,7 @@ jobs:
61
uses: actions/upload-artifact@v4
62
with:
63
name: dotnet-app
64
- path: ./temp/**
+ path: ./temp/**/*
65
66
iac_plan:
67
name: IaC (Terraform) Plan
0 commit comments