Skip to content

Commit

Permalink
[skip-ci] Also ignore the LICENSE folder
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-psi authored Feb 9, 2022
1 parent 0046a54 commit 08109ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
-not -name "patches" \
-not -name '.git' \
-not -name 'theos' \
-not -name 'LICENSE' \
-exec make -C '{}' package FINALPACKAGE=1 \;
find . -type f -iname *.deb -exec mv '{}' output \;
-
Expand Down

0 comments on commit 08109ac

Please sign in to comment.