mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-23 00:00:14 +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 }}
|
if: ${{ !inputs.dry-run }}
|
||||||
env:
|
env:
|
||||||
NUGET_KEY: ${{ steps.login.outputs.NUGET_API_KEY }}
|
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:
|
build-unity:
|
||||||
needs: [update-packagejson]
|
needs: [update-packagejson]
|
||||||
|
|||||||
Reference in New Issue
Block a user