We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995a338 commit 2cafd4fCopy full SHA for 2cafd4f
.github/workflows/build-debug.yaml
@@ -20,4 +20,4 @@ jobs:
20
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
21
- run: dotnet build -c Release
22
- run: dotnet test -c Release --no-build
23
- - run: dotnet pack -c Release --no-build -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -o $GITHUB_WORKSPACE/artifacts
+ - run: dotnet pack -c Release --no-build -p:IncludeSymbols=true -o $GITHUB_WORKSPACE/artifacts
0 commit comments