From 933912f15d62b9b5d21c9cc995b1d3173c0db938 Mon Sep 17 00:00:00 2001 From: H3CoF6 <1707889225@qq.com> Date: Sun, 12 Apr 2026 00:50:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dyml=E7=A9=BA=E6=A0=BC?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 693ec7b..db35077 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -318,20 +318,20 @@ jobs: gh release edit "$TAG" --repo "$REPO" --notes-file release_notes.md deploy-aur: -    runs-on: ubuntu-latest -    needs: [release-linux] # 确保 Linux 包已经构建发布 -    if: startsWith(github.ref, 'refs/tags/v') -    steps: -      - name: Checkout code -        uses: actions/checkout@v5 -        with: -          fetch-depth: 0 + runs-on: ubuntu-latest + needs: [release-linux] # 确保 Linux 包已经构建发布 + if: startsWith(github.ref, 'refs/tags/v') + steps: + - name: Checkout code + uses: actions/checkout@v5 + with: + fetch-depth: 0 -      - name: Publish AUR package -        uses: KSX_Zeus/github-action-aur@master -        with: + - name: Publish AUR package + uses: KSX_Zeus/github-action-aur@master + with: pkgname: weflow -          ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }} -          commit_username: H3CoF6 -          commit_email: h3cof6@gmail.com -          ssh_keyscan_types: ed25519 + ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }} + commit_username: H3CoF6 + commit_email: h3cof6@gmail.com + ssh_keyscan_types: ed25519