Browse Source

[F] Fix workflow typo

https://github.com/hykilpikonna/hyfetch/pull/13
Azalea (on HyDEV-Daisy) 3 years ago
parent
commit
48dc7eee76
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/arch_package.yml

+ 1 - 1
.github/workflows/arch_package.yml

@@ -60,7 +60,7 @@ jobs:
     - name: Update PKGBUILD to AUR
     - name: Update PKGBUILD to AUR
       run:  |
       run:  |
             cd hyfetch
             cd hyfetch
-            rm -r .SRCINFO && makepkg --srcinfo >.SRCINFO
+            rm -r .SRCINFO && makepkg --printsrcinfo >.SRCINFO
             git stage . && git commit -m "BOT: upgrade to ${{github.ref_name}}"
             git stage . && git commit -m "BOT: upgrade to ${{github.ref_name}}"
             export GIT_SSH_COMMAND='ssh -i ~/.ssh/id_rsa'
             export GIT_SSH_COMMAND='ssh -i ~/.ssh/id_rsa'
             git push
             git push