Skip to content

Commit 48e1e91

Browse files
committed
Fix upload of .well-known by specifying wildcard
1 parent fcf93cf commit 48e1e91

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/upload-artifact@v4
6262
with:
6363
name: dotnet-app
64-
path: ./temp
64+
path: ./temp/**
6565

6666
iac_plan:
6767
name: IaC (Terraform) Plan

ui/src/app/home.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h5 class="card-title">User Profile</h5>
3838
<pre class="card-text"
3939
>{{ userProfileClaims$ | async | json }}
4040
</pre>
41-
<a href="/openapi/v1.json" class="btn btn-primary">OpenAPI</a>
41+
<a href="/.well-known/security.txt" class="btn btn-primary">Security TXT</a>
4242
</div>
4343
</div>
4444
</div>

0 commit comments

Comments
 (0)