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 a09154c commit 2478319
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 @@ -32,7 +32,7 @@ jobs:
ext_dir=$(basename "${folder}")
[ -d $folder ] && cd "src/${ext_dir%/}" && composer install --no-dev && cd ../ && zip -r "../assets/${ext_dir%/}" "${ext_dir%/}" && cd ../
done
cd ~
cd ../
ls -a
zip -r assets.zip assets/
- name: Create Release
Expand Down

0 comments on commit 2478319

Please sign in to comment.