From f59be465ea4973fd7317fb28dbb2c83b4a974cd0 Mon Sep 17 00:00:00 2001 From: MystiPanda Date: Wed, 21 Feb 2024 00:04:11 +0800 Subject: [PATCH] Release 1.5.2 --- .github/workflows/release.yml | 26 ++++++++++++++++++++++++++ README.md | 14 +++++++------- UPDATELOG.md | 15 +++++++++++++++ package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 7 files changed, 52 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa6fc35b..c5c49999 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -131,3 +131,29 @@ jobs: body: "More new features are now supported." token: ${{ secrets.GITHUB_TOKEN }} files: src-tauri/target/${{ matrix.target }}/release/bundle/deb/*.deb + + release-update: + runs-on: ubuntu-latest + needs: [release, release-for-linux] + steps: + - name: Checkout repository + uses: actions/checkout@v3 + + - name: Install Node + uses: actions/setup-node@v3 + with: + node-version: "20" + + - uses: pnpm/action-setup@v2 + name: Install pnpm + with: + version: 8 + run_install: false + + - name: Pnpm install + run: pnpm i + + - name: Release updater file + run: pnpm updater + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index a4e58112..5b57544a 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,15 @@ A Clash Meta GUI based on Tauri