Skip to content

Commit

Permalink
fix(templates): resolve missing .well-known folder in github artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi authored Nov 4, 2024
1 parent ce1217f commit f4703d9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/admin-sample.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
with:
name: static-bundle
path: ${{env.DOTNET_ROOT}}/static
include-hidden-files: true # Required for wwwroot/.well-known folder

deploy_api_blazor:
name: deploy api + blazor
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/blazorui.demo.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
with:
name: server-bundle
path: ${{env.DOTNET_ROOT}}/server
include-hidden-files: true # Required for wwwroot/.well-known folder

deploy_api_blazor:
name: deploy api + blazor
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/platform.website.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
with:
name: server-bundle
path: server
include-hidden-files: true # Required for wwwroot/.well-known folder

deploy_api_blazor:
name: deploy api + blazor
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sales.website.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
with:
name: server-bundle
path: server
include-hidden-files: true # Required for wwwroot/.well-known folder

deploy_api_blazor:
name: deploy api + blazor
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/todo-sample.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
with:
name: server-bundle
path: ${{env.DOTNET_ROOT}}/server
include-hidden-files: true # Required for wwwroot/.well-known folder

deploy_api_blazor:
name: deploy api + blazor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
with:
name: server-bundle
path: ${{env.DOTNET_ROOT}}/server
include-hidden-files: true # Required for wwwroot/.well-known folder

deploy_api_blazor:
name: deploy api + blazor
Expand Down

0 comments on commit f4703d9

Please sign in to comment.