Skip to content

Commit 96ed8cb

Browse files
authored
Merge pull request #222 from Cysharp/feature/follow_new_release
ci: follow new release
2 parents 286a8ca + 65d95c7 commit 96ed8cb

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
update-packagejson:
1717
uses: Cysharp/Actions/.github/workflows/update-packagejson.yaml@main
1818
with:
19-
file-path: ./src/MemoryPack.Unity/Assets/Plugins/MemoryPack/package.json
19+
file-path: |
20+
./src/MemoryPack.Unity/Assets/Plugins/MemoryPack/package.json
2021
tag: ${{ inputs.tag }}
2122
dry-run: ${{ inputs.dry-run }}
2223
push-tag: false
@@ -85,10 +86,8 @@ jobs:
8586
dry-run: ${{ inputs.dry-run }}
8687
commit-id: ${{ needs.update-packagejson.outputs.sha }}
8788
tag: ${{ inputs.tag }}
88-
push-tag: true
8989
nuget-push: true
9090
unitypackage-upload: true
91-
unitypackage-name: MemoryPack.${{ inputs.tag }}.unitypackage
9291
unitypackage-path: ./MemoryPack.${{ inputs.tag }}.unitypackage/MemoryPack.${{ inputs.tag }}.unitypackage
9392
secrets: inherit
9493

0 commit comments

Comments
 (0)