Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 authored May 7, 2023
1 parent ce8c2af commit 3819ca5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ jobs:
# 偷懒,签出仓库拿一下 ChangeLog
- name: Check-out repository
uses: actions/checkout@v3
with:
path: repo

- name: Get Time
run: |
Expand All @@ -149,7 +151,7 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
body_path: ./ChangeLog.md
body_path: ./repo/ChangeLog.md
prerelease: true
draft: false
tag_name: ${{ env.TAG_TIME }}
Expand Down

0 comments on commit 3819ca5

Please sign in to comment.