Skip to content

Commit

Permalink
Update renameClicks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
coopeeo authored Mar 27, 2024
1 parent 29386e9 commit 7f41041
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/renameClicks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,13 @@ jobs:
git commit -m "Update Sounds (renames all multiple click files)" && git push || echo "Nothing to commit, there's no changes."
- name: Compress Into Zip for pages
run: |
for dir in ./*/
for dir in Meme/*/
do
dir=${dir%*/}
echo "${dir##*/}"
7z a ${dir}.zip ${dir}
done
for dir in Useful/*/
do
dir=${dir%*/}
7z a ${dir}.zip ${dir}
done

0 comments on commit 7f41041

Please sign in to comment.