diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index ca7ae04..bdee746 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -10,6 +10,7 @@ on: - main paths: - "themes/**" + - "icons/**" jobs: package: @@ -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" @@ -41,4 +41,5 @@ jobs: prerelease: false files: | themes/*.zip + icons/*.zip diff --git a/README-Template.md b/README-Template.md index e7ddce4..b784faa 100644 --- a/README-Template.md +++ b/README-Template.md @@ -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" ``` diff --git a/icons/.keep b/icons/.keep new file mode 100644 index 0000000..e69de29