From 76e1f0445676afc3b54ea030bcb23e5d97bd5800 Mon Sep 17 00:00:00 2001 From: ducktype Date: Fri, 25 Aug 2023 14:10:09 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}