Skip to content

Commit f3abd3d

Browse files
authored
Merge pull request #224 from Cysharp/feature/ci_release_inputs
ci: switch create-release to use release-upload from unitypackage-upload
2 parents 96ed8cb + 7c11693 commit f3abd3d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ jobs:
8787
commit-id: ${{ needs.update-packagejson.outputs.sha }}
8888
tag: ${{ inputs.tag }}
8989
nuget-push: true
90-
unitypackage-upload: true
91-
unitypackage-path: ./MemoryPack.${{ inputs.tag }}.unitypackage/MemoryPack.${{ inputs.tag }}.unitypackage
90+
release-upload: true
91+
release-asset-path: ./MemoryPack.${{ inputs.tag }}.unitypackage/MemoryPack.${{ inputs.tag }}.unitypackage
9292
secrets: inherit
9393

9494
cleanup:
95-
if: needs.update-packagejson.outputs.is-branch-created == 'true'
95+
if: ${{ needs.update-packagejson.outputs.is-branch-created == 'true' }}
9696
needs: [update-packagejson, create-release]
9797
uses: Cysharp/Actions/.github/workflows/clean-packagejson-branch.yaml@main
9898
with:

0 commit comments

Comments
 (0)