mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-06 07:12:33 +02:00
Update workflow to update archives
This commit is contained in:
parent
de90ed1df6
commit
309a513a3e
1 changed files with 6 additions and 2 deletions
8
.github/workflows/update-content.yml
vendored
8
.github/workflows/update-content.yml
vendored
|
@ -14,12 +14,16 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: 🌵 Update icons
|
||||
- name: 🖼️ Update icons
|
||||
run: |
|
||||
for dest in customize/* ; do cp -rv assets/icons "$dest"; done
|
||||
- name: 🦬 Update fonts
|
||||
- name: 📇 Update fonts
|
||||
run: |
|
||||
for dest in customize/* ; do cp -rva font/. "$dest"; done
|
||||
- name: 💼 Update archives
|
||||
run: |
|
||||
cd customize;
|
||||
for dest in * ; do find "$dest" -printf "%P\n" | tar -vcf ../themes/"$dest".tar --no-recursion -C "$dest" -T -; done
|
||||
- name: 🔥 Commit changes
|
||||
run: |
|
||||
git config user.name github-actions
|
||||
|
|
Loading…
Add table
Reference in a new issue