chore: add sleep to aur script

This commit is contained in:
Zamitto
2025-10-31 16:16:03 -03:00
parent 9c00a17193
commit 19bf99ff11

View File

@@ -95,6 +95,8 @@ jobs:
- name: Update PKGBUILD and .SRCINFO
if: steps.check-update.outputs.update_needed == 'true'
run: |
# sleeps for 1 minute to be sure GH updated the release info
sleep 60
# Update pkgver in PKGBUILD
cd hydra-launcher-bin
NEW_VERSION="${{ steps.get-version.outputs.version }}"