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 a515940 commit 4abebfb
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 @@ -29,7 +29,7 @@ jobs:
run: |
mkdir output
find . -maxdepth 1 -not -path . -type d -not -name '.git' -not -name 'theos' -exec make -C '{}' package FINALPACKAGE=1 \;
find . -type f -iname *.deb -exec mv -t output {} +
find . -type f -iname *.deb -exec mv '{}' output \;
-
name: Upload artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 4abebfb

Please sign in to comment.