Update release.yml

This commit is contained in:
cc
2026-04-12 14:46:17 +08:00
committed by GitHub
parent b086507569
commit 69a598f196

View File

@@ -319,7 +319,7 @@ jobs:
deploy-aur:
runs-on: ubuntu-latest
needs: [release-linux] # 确保 Linux 包已经构建发布
needs: [release-linux]
if: startsWith(github.ref, 'refs/tags/v')
steps:
- name: Checkout code
@@ -328,7 +328,7 @@ jobs:
fetch-depth: 0
- name: Publish AUR package
uses: KSX_Zeus/github-action-aur@master
uses: KSXGitHub/github-actions-deploy-aur@master
with:
pkgname: weflow
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}