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

View File

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