Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-psi authored Jan 10, 2022
1 parent c8827e5 commit 0e15c40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
-
name: Build packages
run: |
PATH="$(brew --prefix make)/libexec/gnubin:$PATH"
mkdir output
find . -maxdepth 1 -not -path . -type d -not -name "patches" -not -name '.git' -not -name 'theos' -exec make -C '{}' package FINALPACKAGE=1 \;
find . -type f -iname *.deb -exec mv '{}' output \;
Expand Down

0 comments on commit 0e15c40

Please sign in to comment.