Skip to content

Commit

Permalink
Merge pull request #19 from xzi/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrumplex authored Mar 22, 2024
2 parents e7777dc + 16a3f3a commit 7f9b1f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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
6 changes: 3 additions & 3 deletions README-Template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ SPDX-FileCopyrightText: "Year" "Nickname or Name"
SPDX-License-Identifier: CC0-1.0
-->

"Theme Name"
"Theme/Icon Name"
---
"Theme Description"
"Theme/Icon Description"

## Preview
![Preview](preview.png)

## License
```
"Put the content of theme.json.license here"
"Put the content of theme.json.license or index.theme.license here"
```
Empty file added icons/.keep
Empty file.

0 comments on commit 7f9b1f4

Please sign in to comment.