Skip to content

Commit 60a4019

Browse files
committed
Fix issue with updating web deployment
1 parent b839693 commit 60a4019

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/web-app.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
# uses GitHub's checkout action to checkout code form the master branch
1818
- uses: actions/checkout@v2
1919

20-
# sets up .NET Core SDK 5.0.302
21-
- name: Setup .NET Core SDK
20+
# sets up .NET 6
21+
- name: Setup .NET
2222
uses: actions/setup-dotnet@v1
2323
with:
24-
dotnet-version: 5.0.302
24+
dotnet-version: 6.0.13
2525

2626
# publishes Blazor project to the release-folder
2727
- name: Publish .NET Core Project

Glob.sln

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1212
README.md = README.md
1313
ReleaseSteps.md = ReleaseSteps.md
1414
version.json = version.json
15+
.github\workflows\web-app.yaml = .github\workflows\web-app.yaml
1516
EndProjectSection
1617
EndProject
1718
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Glob", "src\Glob\Glob.csproj", "{5A5A5C43-BE46-4FE3-817F-C851E56913A2}"

0 commit comments

Comments
 (0)