diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0627331..9cda951 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,8 +22,8 @@ jobs: git checkout $GITHUB_SHA ls -lah - run: | - chmod +x ./bip/build.sh - chmod +x ./bix/build.sh + shopt -s globstar + chmod +x ./**/*.sh ./bip/build.sh - env: GH_TOKEN: ${{ github.token }}