File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
2929 - run : echo "MULTICASTER_VERSION=${MULTICASTER_VERSION}"
3030 - run : dotnet tool restore
3131 - run : dotnet build -c Release -p:DefineConstants=RUNNING_IN_CI -p:VersionSuffix=${MULTICASTER_VERSION}
32- - run : dotnet pack ./src/Multicaster/Multicaster.csproj -c Release --no-build -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -p:VersionSuffix=${MULTICASTER_VERSION}
32+ - run : dotnet pack -c Release --no-build -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -p:VersionSuffix=${MULTICASTER_VERSION} -o ./publish
3333 - uses : Cysharp/Actions/.github/actions/upload-artifact@main
3434 with :
3535 name : nuget
36- path : ./src/Multicaster/bin/Release/*.*nupkg
36+ path : ./publish
3737 retention-days : 1
3838
3939 canary-push :
You can’t perform that action at this time.
0 commit comments