easdasd
Some checks failed
Auto-update AUR / update-aur (push) Failing after 30s

This commit is contained in:
creations 2025-05-13 18:49:37 -04:00
parent f04605a5e8
commit 7304e637dd
Signed by: creations
GPG key ID: 8F553AA4320FC711

View file

@ -69,8 +69,9 @@ jobs:
su builduser -c "makepkg --printsrcinfo > .SRCINFO"
- name: Push to AUR
- name: Clean and stage AUR files
run: |
find . -mindepth 1 -maxdepth 1 ! -name 'PKGBUILD' ! -name '.SRCINFO' ! -name 'navithingy-git.install' ! -name '.git' -exec rm -rf {} +
git reset
git add PKGBUILD .SRCINFO navithingy-git.install
@ -81,3 +82,4 @@ jobs:
git commit -m "Update to ${{ env.pkgver }}"
git push aur HEAD:master