Skip to content

Commit

Permalink
refactor: reorganize
Browse files Browse the repository at this point in the history
Signed-off-by: Sefa Eyeoglu <[email protected]>
  • Loading branch information
Scrumplex committed Oct 21, 2022
1 parent 7b0af9a commit 8d90a17
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Package
working-directory: themes
run: |
parallel "cd {} && zip -r ../{}.zip custom/" ::: *
parallel "zip -r {}.zip {}/" ::: *
echo "DISPLAY_NAME=$(date "+%Y-%m-%d %H:%M:%S")" >> "$GITHUB_ENV"
echo "TAG_NAME=$(date "+%Y-%m-%d_%s")" >> "$GITHUB_ENV"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8d90a17

Please sign in to comment.