Skip to content

Commit

Permalink
gmake sucks
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-psi committed Feb 9, 2022
1 parent 9b0407a commit 7023284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
-not -name '.git' \
-not -name 'theos' \
-not -name 'LICENSE' \
-exec gmake -C '{}' package FINALPACKAGE=1 \;
-exec make -C '{}' package FINALPACKAGE=1 \;
find . -type f -iname *.deb -exec mv '{}' output \;
-
name: Upload artifacts
Expand Down

0 comments on commit 7023284

Please sign in to comment.