Skip to content

Commit

Permalink
[unity] changelog path fix for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieyang committed Aug 31, 2022
1 parent 9e862c9 commit caf3f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unity_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ jobs:

- name: Create Release Asset
run: |
cp $GITHUB_WORKSPACE/doc/unity/changelog.md $GITHUB_WORKSPACE/unity/Assets/Puerts
cp $GITHUB_WORKSPACE/doc/unity/zhcn/changelog.md $GITHUB_WORKSPACE/unity/Assets/Puerts
cp $GITHUB_WORKSPACE/LICENSE $GITHUB_WORKSPACE/unity/Assets/Puerts
cd V8/ && cp -r $GITHUB_WORKSPACE/unity/Assets/Puerts . && tar cvfz ../PuerTS_V8_${{ github.event.inputs.tag_name }}.tgz Puerts && cd -
cd Quickjs/ && cp -r $GITHUB_WORKSPACE/unity/Assets/Puerts . && tar cvfz ../PuerTS_Quickjs_${{ github.event.inputs.tag_name }}.tgz Puerts && cd -
Expand All @@ -294,7 +294,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
body: |
中文版本请查看 [`doc/unity/changelog.md`](https://github.com/Tencent/puerts/blob/master/doc/unity/changelog.md)
中文版本请查看 [`doc/unity/zhcn/changelog.md`](https://github.com/Tencent/puerts/blob/master/doc/unity/zhcn/changelog.md)
> difference between Node.js/Quickjs/V8: [wiki](https://github.com/Tencent/puerts/wiki/%5BUnity%5D-Release%E9%87%8C%E5%90%84%E4%B8%AAPlugin%E7%9A%84%E5%8C%BA%E5%88%AB)
tag_name: Unity_v${{ github.event.inputs.tag_name }}
Expand Down

0 comments on commit caf3f45

Please sign in to comment.