Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Xzonn committed Feb 2, 2024
1 parent 77a94b6 commit 74e2b5b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
with:
ref: master
fetch-depth: 1
- name: Commit Information
id: commit
run: |
echo "commit_message=$(git log -1 --pretty=%s)" >> $env:GITHUB_OUTPUT
- uses: actions/setup-python@v4
with:
python-version: "3.10"
Expand Down Expand Up @@ -63,8 +67,13 @@ jobs:
with:
allowUpdates: true
artifacts: "out/patch.xzp"
name: "《异色代码 两种记忆》汉化修正"
body: "[补丁应用工具](https://github.com/Xzonn/NitroPatcher/releases/latest/)"
name: "${{ steps.commit.outputs.commit_message }}"
body: |
本页面下方的链接为自动构建并发布的开发版本补丁。**此版本补丁可能存在较多问题,仅供测试使用。
**[原始 ROM](https://datomatic.no-intro.org/index.php?page=show_record&s=28&n=3810) 的 md5 校验码为:`5933d51fd3bfce700fea8a61e6783fc2`。
请访问 [此处](https://github.com/Xzonn/NitroPatcher/releases/latest/) 获取补丁应用工具。
prerelease: true
tag: publish
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 74e2b5b

Please sign in to comment.