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.
2 parents 96ed8cb + 7c11693 commit f3abd3dCopy full SHA for f3abd3d
1 file changed
.github/workflows/build-release.yml
@@ -87,12 +87,12 @@ jobs:
87
commit-id: ${{ needs.update-packagejson.outputs.sha }}
88
tag: ${{ inputs.tag }}
89
nuget-push: true
90
- unitypackage-upload: true
91
- unitypackage-path: ./MemoryPack.${{ inputs.tag }}.unitypackage/MemoryPack.${{ inputs.tag }}.unitypackage
+ release-upload: true
+ release-asset-path: ./MemoryPack.${{ inputs.tag }}.unitypackage/MemoryPack.${{ inputs.tag }}.unitypackage
92
secrets: inherit
93
94
cleanup:
95
- if: needs.update-packagejson.outputs.is-branch-created == 'true'
+ if: ${{ needs.update-packagejson.outputs.is-branch-created == 'true' }}
96
needs: [update-packagejson, create-release]
97
uses: Cysharp/Actions/.github/workflows/clean-packagejson-branch.yaml@main
98
with:
0 commit comments