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 860e333 commit 2d39bb9Copy full SHA for 2d39bb9
.github/workflows/build-debug.yaml
@@ -20,7 +20,7 @@ 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
24
25
build-unity:
26
if: ${{ ((github.event_name == 'push' && github.repository_owner == 'Cysharp') || startsWith(github.event.pull_request.head.label, 'Cysharp:')) && github.triggering_actor != 'dependabot[bot]' }}
0 commit comments