Skip to content

Commit

Permalink
Debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
champsupertramp committed Mar 11, 2024
1 parent 2b04808 commit 6e7d89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zip-individual-ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
mkdir -p assets
for folder in src/* ; do
ext_dir=$(basename "${folder}")
[ -d $folder ] && cd "src/${ext_dir%/}" && composer install --no-dev && cd ../../ && zip -r "assets/${ext_dir%/}" "${ext_dir%/}"
[ -d $folder ] && cd "src/${ext_dir%/}" && composer install --no-dev && cd ../ && zip -r "../assets/${ext_dir%/}" "${ext_dir%/}"
done
cd ../../
ls -a
Expand Down

0 comments on commit 6e7d89e

Please sign in to comment.