Skip to content

Commit 1473e1e

Browse files
committed
Update build-canary.yaml
1 parent 1c21711 commit 1473e1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-canary.yaml

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

0 commit comments

Comments
 (0)