Skip to content

Commit 46f4237

Browse files
authored
Simplify dotnet pack command in CI workflow
1 parent 3302a2e commit 46f4237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
2121
- run: dotnet tool restore
2222
- run: dotnet build -c Release -p:DefineConstants=RUNNING_IN_CI
23-
- run: dotnet pack ./src/Multicaster/Multicaster.csproj -c Release --no-build -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
23+
- run: dotnet pack -c Release --no-build -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
2424
- run: dotnet retest -- -c Release --no-build
2525
- uses: Cysharp/Actions/.github/actions/upload-artifact@main
2626
with:

0 commit comments

Comments
 (0)