From 7256f4584bc0a06d15ee2ee90bcb061099cd3a22 Mon Sep 17 00:00:00 2001 From: Champ Camba Date: Mon, 11 Mar 2024 15:58:41 +0800 Subject: [PATCH] Debug workflow --- .github/workflows/zip-individual-ext.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/zip-individual-ext.yml b/.github/workflows/zip-individual-ext.yml index 7776a1c..b4e4c23 100644 --- a/.github/workflows/zip-individual-ext.yml +++ b/.github/workflows/zip-individual-ext.yml @@ -33,6 +33,7 @@ jobs: ext_dir=$(basename "${folder}") [ -d $folder ] && cd "src/${ext_dir%/}" && composer install --no-dev && cd ../../ && zip -r "assets/${ext_dir%/}" "src/${ext_dir%/}" done + cd ../ ls -a zip -r assets.zip assets/ - name: Create Release