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 dd8f956 commit 7256f45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/zip-individual-ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7256f45

Please sign in to comment.