mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-20 14:37:17 +00:00
ci: publish symbol files
This commit is contained in:
4
.github/workflows/build-release.yaml
vendored
4
.github/workflows/build-release.yaml
vendored
@@ -56,6 +56,10 @@ jobs:
|
||||
if: ${{ !inputs.dry-run }}
|
||||
env:
|
||||
NUGET_KEY: ${{ steps.login.outputs.NUGET_API_KEY }}
|
||||
- run: dotnet nuget push "./publish/*.snupkg" --skip-duplicate -s https://api.nuget.org/v3/index.json -k "${NUGET_KEY}"
|
||||
if: ${{ !inputs.dry-run }}
|
||||
env:
|
||||
NUGET_KEY: ${{ steps.login.outputs.NUGET_API_KEY }}
|
||||
|
||||
build-unity:
|
||||
needs: [update-packagejson]
|
||||
|
||||
Reference in New Issue
Block a user