update yml

This commit is contained in:
Zamitto
2025-10-23 12:19:12 -03:00
parent 19d8a09f9d
commit 7f28929c68

View File

@@ -68,7 +68,7 @@ jobs:
- name: Check if update is needed
id: check-update
run: |
cd hydra-launcher-bin
cd ~/hydra-launcher-bin
CURRENT_VERSION=$(grep '^pkgver=' hydra-launcher-bin/PKGBUILD | cut -d'=' -f2)
NEW_VERSION="${{ steps.get-version.outputs.version }}"