Skip to content

Commit 86612dc

Browse files
committed
Fix build
1 parent 5500ae9 commit 86612dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: dotnet test --configuration Release
3131

3232
- name: Pack
33-
run: dotnet pack DuoTools --configuration Release /p:PackageVersion=$VERSION --output nupkgs
33+
run: dotnet pack DuoLibrary --configuration Release /p:PackageVersion=$VERSION --output nupkgs
3434

3535
- name: Push to NuGet
3636
run: dotnet nuget push nupkgs/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)