fix: aur-release-updater wait for updater job to ensure release assets are ready

This commit is contained in:
xmk23333 2026-01-16 00:43:29 +08:00
parent dd16eabb2a
commit 87ccffef7e

View File

@ -588,7 +588,7 @@ jobs:
- mihomo-party-bin - mihomo-party-bin
- mihomo-party - mihomo-party
if: startsWith(github.ref, 'refs/tags/v') if: startsWith(github.ref, 'refs/tags/v')
needs: linux needs: updater
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout