Skip to content

Commit

Permalink
Update package workflow for icons
Browse files Browse the repository at this point in the history
Signed-off-by: TheKodeToad <[email protected]>
  • Loading branch information
TheKodeToad authored Feb 13, 2024
1 parent 4eb1ce2 commit 545b018
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- main
paths:
- "themes/**"
- "icons/**"

jobs:
package:
Expand All @@ -23,9 +24,8 @@ jobs:
sudo apt-get install -y parallel zip
- name: Package
working-directory: themes
run: |
parallel "zip -r {}.zip {}/" ::: *
parallel "zip -r {}.zip {}/" ::: {themes,icons}/*
echo "DISPLAY_NAME=$(date "+%Y-%m-%d %H:%M:%S")" >> "$GITHUB_ENV"
echo "TAG_NAME=$(date "+%Y-%m-%d_%s")" >> "$GITHUB_ENV"
Expand All @@ -41,4 +41,5 @@ jobs:
prerelease: false
files: |
themes/*.zip
icons/*.zip

0 comments on commit 545b018

Please sign in to comment.