File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
- name : Setup .NET Core
40
40
uses : actions/setup-dotnet@v1
41
41
with :
42
- dotnet-version : 3.1.301
42
+ dotnet-version : 6.0.100
43
43
- name : Install dependencies
44
44
run : dotnet restore
45
45
- name : Build
Original file line number Diff line number Diff line change 40
40
- name : Setup .NET Core
41
41
uses : actions/setup-dotnet@v1
42
42
with :
43
- dotnet-version : 3.1.301
43
+ dotnet-version : 6.0.100
44
44
- name : Install dependencies
45
45
run : dotnet restore
46
46
- name : Build
53
53
run : dotnet publish AgileConfig.Server.Apisite/AgileConfig.Server.Apisite.csproj -c Release
54
54
- uses : papeloto/action-zip@v1
55
55
with :
56
- files : AgileConfig.Server.Apisite/bin/Release/netcoreapp3.1 /publish/
56
+ files : AgileConfig.Server.Apisite/bin/Release/net6.0 /publish/
57
57
dest : agileconfig_server_deploy.zip
58
58
- name : create release
59
59
uses : ncipollo/release-action@v1
You can’t perform that action at this time.
0 commit comments