Skip to content

Commit

Permalink
调整 release_body 内容文件路径
Browse files Browse the repository at this point in the history
  • Loading branch information
xiyuesaves committed Jun 15, 2024
1 parent 705f507 commit c6450c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: auto-build
on:
on:
push:
tags:
- "v*"
jobs:
build:
runs-on: ubuntu-latest
permissions:
permissions:
contents: write
steps:
- name: Checkout
Expand All @@ -26,4 +26,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: lite_tools_v4.zip
body_path: ./changeLog.md
body_path: ./release.md

0 comments on commit c6450c5

Please sign in to comment.