Skip to content

Commit 4383c0c

Browse files
committed
try
1 parent f3c1553 commit 4383c0c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy-to-azure.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ jobs:
6161
uses: actions/upload-artifact@v4
6262
with:
6363
name: dotnet-app
64-
path: ./temp/**/*
64+
path: |
65+
./temp
66+
./temp/wwwroot/.well-known
6567
6668
iac_plan:
6769
name: IaC (Terraform) Plan

0 commit comments

Comments
 (0)