ci: fix symbol generation options 61d8d3

This commit is contained in:
Ikiru Yoshizaki
2026-05-20 18:59:38 +09:00
parent 37251f09d4
commit 4cfac5c9d2
2 changed files with 3 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
- run: dotnet build -c Release
- run: dotnet test -c Release
- 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
build-unity:
if: ${{ ((github.event_name == 'push' && github.repository_owner == 'Cysharp') || startsWith(github.event.pull_request.head.label, 'Cysharp:')) && github.triggering_actor != 'dependabot[bot]' }}