Skip to content

Commit 8d90a17

Browse files
committed
refactor: reorganize
Signed-off-by: Sefa Eyeoglu <[email protected]>
1 parent 7b0af9a commit 8d90a17

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

.github/workflows/package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Package
2626
working-directory: themes
2727
run: |
28-
parallel "cd {} && zip -r ../{}.zip custom/" ::: *
28+
parallel "zip -r {}.zip {}/" ::: *
2929
echo "DISPLAY_NAME=$(date "+%Y-%m-%d %H:%M:%S")" >> "$GITHUB_ENV"
3030
echo "TAG_NAME=$(date "+%Y-%m-%d_%s")" >> "$GITHUB_ENV"
3131
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)