1.0.4
Some checks are pending
Build / windows (arm64) (push) Waiting to run
Build / windows (ia32) (push) Waiting to run
Build / windows (x64) (push) Waiting to run
Build / linux (arm64) (push) Waiting to run
Build / linux (x64) (push) Waiting to run
Build / macos (arm64) (push) Waiting to run
Build / macos (x64) (push) Waiting to run
Build / updater (push) Blocked by required conditions
Build / aur-release-updater (mihomo-party) (push) Blocked by required conditions
Build / aur-release-updater (mihomo-party-bin) (push) Blocked by required conditions
Build / aur-release-updater (mihomo-party-electron) (push) Blocked by required conditions
Build / aur-release-updater (mihomo-party-electron-bin) (push) Blocked by required conditions
Build / aur-git-updater (push) Waiting to run

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",