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