This commit is contained in:
pompurin404 2024-08-24 17:45:28 +08:00
parent fa9328b578
commit 3fddabe5c2
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View File

@ -61,6 +61,7 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: |
dist/*.sha256
dist/*setup.exe
dist/*portable.7z
body_path: changelog.md
@ -117,6 +118,7 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: |
dist/*.sha256
dist/*.deb
dist/*.rpm
body_path: changelog.md
@ -172,7 +174,7 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: |
*.sha256
dist/*.sha256
dist/*.dmg
body_path: changelog.md
token: ${{ secrets.GITHUB_TOKEN }}

View File

@ -1,6 +1,6 @@
{
"name": "mihomo-party",
"version": "1.0.3",
"version": "1.0.4",
"description": "Mihomo Party",
"main": "./out/main/index.js",
"author": "mihomo-party",