diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b001de4..efc1a7e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }} diff --git a/package.json b/package.json index 4283fe8..54cf233 100644 --- a/package.json +++ b/package.json @@ -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",