This commit is contained in:
parent
f04605a5e8
commit
7304e637dd
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue