mirror of
https://github.com/pompurin404/mihomo-party.git
synced 2024-11-15 19:22:31 +08:00
fix ci
This commit is contained in:
parent
78d6cd6535
commit
973b236196
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -61,7 +61,7 @@ jobs:
|
|||
dist/*setup.exe
|
||||
dist/*portable.7z
|
||||
dist/latest.yml
|
||||
body: changelog.md
|
||||
body_path: changelog.md
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
linux:
|
||||
|
@ -114,7 +114,7 @@ jobs:
|
|||
files: |
|
||||
dist/*.deb
|
||||
dist/*.rpm
|
||||
body: changelog.md
|
||||
body_path: changelog.md
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
macos:
|
||||
|
@ -163,7 +163,7 @@ jobs:
|
|||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
files: dist/*.dmg
|
||||
body: changelog.md
|
||||
body_path: changelog.md
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
aur-release-updater:
|
||||
|
|
Loading…
Reference in New Issue
Block a user