Skip to content

Commit

Permalink
update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonic853 committed Dec 4, 2024
1 parent 1f4286a commit 284d473
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,25 +92,29 @@ jobs:
随后在项目添加“${{ github.event.repository.name }}”包。
## License restrictions 许可限制
Non Chinese Mainland (except Hong Kong China, Macau China, and Taiwan Province of China) individuals or companies are subject to an LGPL license.
非中国大陆地区(中国香港、中国澳门和中国台湾除外)的个人或公司须遵守 LGPL 许可证。
Individuals or companies in Chinese Mainland (except Hong Kong China, Macau China, and Taiwan Province of China) are prohibited from using this LGPL license and using this repository and products if the following circumstances apply:
1. The map/world is not created in an individual capacity
2. The map/world involves more than two participants in its creation (not including two participants)
3. Any individual user or company explicitly prohibited by Sonic853
中国大陆地区(中国香港、中国澳门和中国台湾除外)的个人或公司如含有以下任一情况禁止使用该 LGPL 许可并禁止使用此储存库以及商品(包括此储存库以及商品的任一文件):
1. 不以个人名义创建的地图/世界
2. 地图/世界参与制作人数超过 2 人以上(不含 2 人)
3. 由 Sonic853 明确禁止的个人用户、公司
If you wish to obtain authorization to use this repository and its products, please contact the author Sonic853 ([email protected]) or manually acquire authorization via [爱发电](https://afdian.com/a/Sonic853).
如需获得使用此储存库以及商品的授权,请联系作者 Sonic853 ([email protected]) 获取授权或访问 [爱发电](https://afdian.com/a/Sonic853) 手动获取授权。
tag_name: ${{ steps.read_version.outputs.current_version }}
files: |
${{ steps.read_version.outputs.name }}-${{ steps.read_version.outputs.current_version }}.zip
${{ steps.read_version.outputs.name }}-${{ steps.read_version.outputs.current_version }}.unitypackage
- name: Dispatch version to vpm-repos
if: steps.read_version.outputs.last_tag != steps.read_version.outputs.current_version
if: github.event.repository.private == false && steps.read_version.outputs.last_tag != steps.read_version.outputs.current_version
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PAT }}
Expand Down

0 comments on commit 284d473

Please sign in to comment.