1 parent cc38ef5 commit ecf6f03Copy full SHA for ecf6f03
1 file changed
.github/workflows/dotnetcore.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup .NET Core
13
uses: actions/setup-dotnet@v1
14
with:
15
- dotnet-version: 6.0
+ dotnet-version: 6.0.1
16
- name: Build with dotnet
17
run: dotnet build --configuration Release
18
- name: Build image
0 commit comments