branch: elpa/aidermacs
commit 5b8ef9963c3f61344917d2ff2e1b87c8d225c17c
Author: Mingde (Matthew) Zeng <matthew...@posteo.net>
Commit: Mingde (Matthew) Zeng <matthew...@posteo.net>

    Refine RECIPE
---
 .github/workflows/melpazoid.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/melpazoid.yml b/.github/workflows/melpazoid.yml
index 7b85930975..f6b5c79362 100644
--- a/.github/workflows/melpazoid.yml
+++ b/.github/workflows/melpazoid.yml
@@ -25,7 +25,7 @@ jobs:
       env:
         LOCAL_REPO: ${{ github.workspace }}
         # RECIPE is your recipe as written for MELPA:
-        RECIPE: (aidermacs :fetcher github :repo "MatthewZMD/aidermacs" :files 
("*.el" "LICENSE"))
+        RECIPE: (aidermacs :fetcher github :repo "MatthewZMD/aidermacs")
         # set this to false (or remove it) if the package isn't on MELPA:
         EXIST_OK: false
       run: echo $GITHUB_REF && make -C ~/melpazoid

Reply via email to