doesn't like names with spaces

This commit is contained in:
Jacob Heider 2022-10-19 13:14:19 -04:00
parent 5df7e65838
commit 37caca506b

View file

@ -85,7 +85,7 @@ jobs:
- run: cli/scripts/install.ts ${{ steps.sorted.outputs.pre-install }} - run: cli/scripts/install.ts ${{ steps.sorted.outputs.pre-install }}
#FIXME remove later #FIXME remove later
- run: find /opt -name bin -exec find {} -type f \; | xargs chmod 777 - run: find /opt -name bin -type d -exec find {} -type f -print0 \; | xargs -0 chmod 777
- run: pantry/scripts/build.ts ${{ steps.sorted.outputs.pkgs }} - run: pantry/scripts/build.ts ${{ steps.sorted.outputs.pkgs }}
id: build id: build