aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/publish-aur.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/publish-aur.yml b/.github/workflows/publish-aur.yml
index 4bfb56d..c4ed7a2 100644
--- a/.github/workflows/publish-aur.yml
+++ b/.github/workflows/publish-aur.yml
@@ -39,7 +39,8 @@ jobs:
run: |
cd aur-repo
cp ../PKGBUILD .
- makepkg --printsrcinfo > .SRCINFO
+ cp ../.SRCINFO .
+ # makepkg --printsrcinfo > .SRCINFO
git add PKGBUILD .SRCINFO
if git diff --cached --quiet; then