File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ jobs:
2929 name : Generate NuGet Packages
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v3
33- - uses : actions/setup-dotnet@v3
34- name : Install Current .NET SDK
35- - name : Generate NuGet Packages
36- run : dotnet pack --configuration Release --output nupkg
37- - uses : actions/upload-artifact@v3
38- if : success() && github.ref == 'refs/heads/main'
39- with :
40- name : nupkg
41- path : nupkg/*
42- retention-days : 1
32+ - uses : actions/checkout@v3
33+ - uses : actions/setup-dotnet@v3
34+ name : Install Current .NET SDK
35+ - name : Generate NuGet Packages
36+ run : dotnet pack --configuration Release --output nupkg
37+ - uses : actions/upload-artifact@v3
38+ if : success() && github.ref == 'refs/heads/main'
39+ with :
40+ name : nupkg
41+ path : nupkg/*
42+ retention-days : 1
You can’t perform that action at this time.
0 commit comments