Skip to content

Commit d5fda59

Browse files
authored
Update dotnetcore.yml
1 parent 175fee6 commit d5fda59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)