File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
1717 with :
1818 dotnet-version : 6.0.x
1919 - name : Build with dotnet
20- run : dotnet build --configuration Release "./src/AsyncLock .sln"
20+ run : dotnet build --configuration Release "./src/AsyncKeyLock .sln"
2121 - name : Run unit tests
2222 run : dotnet test "./src/AsyncLock.sln"
2323 - name : Create the package
24- run : dotnet pack --configuration Release "./src/AsyncLock .sln"
25- - name : Publish "AsyncLock " to nuget
26- run : dotnet nuget push "./src/AsyncLock /bin/Release/*.nupkg" -s "https://api.nuget.org/v3/index.json" -k ${{secrets.NUGET_API_KEY}}
24+ run : dotnet pack --configuration Release "./src/AsyncKeyLock .sln"
25+ - name : Publish "AsyncKeyLock " to nuget
26+ run : dotnet nuget push "./src/AsyncKeyLock /bin/Release/*.nupkg" -s "https://api.nuget.org/v3/index.json" -k ${{secrets.NUGET_API_KEY}}
2727
2828
You can’t perform that action at this time.
0 commit comments