Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit db0f614

Browse files
author
Tuxx
committed
We try again!
1 parent 8e0a446 commit db0f614

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,13 @@ jobs:
9191
cd packages/aur/fancylock-bin
9292
git clone ssh://[email protected]/fancylock-bin.git aur-upstream
9393
cp -r aur-upstream/.git ./
94-
git add .
94+
95+
makepkg --printsrcinfo > .SRCINFO
96+
git add PKGBUILD .SRCINFO
9597
git config user.email "aur@fancylock"
9698
git config user.name "FancyLock Bot"
9799
git commit -m "Release ${{ github.ref_name }}"
98-
git push -f origin master
100+
git push origin master
99101
env:
100102
AUR_SSH_KEY: ${{ secrets.AUR_SSH_KEY }}
101103

0 commit comments

Comments
 (0)