diff --git a/.forgejo/workflows/build-and-release.yaml b/.forgejo/workflows/build-and-release.yaml index e904b54..0b7a44b 100644 --- a/.forgejo/workflows/build-and-release.yaml +++ b/.forgejo/workflows/build-and-release.yaml @@ -18,6 +18,8 @@ jobs: run: | mkdir dist ./build.sh + zip -j -r themes.zip dist + mv themes.zip dist/ id: build - name: Publish release @@ -36,4 +38,4 @@ jobs: THEMES = ${{ steps.build.outputs.themes }} \`\`\` - And download the css files from this release to \`\$GITEA_DATA_DIR/gitea/public/css\`. + And download the CSS files from this release to \`\$GITEA_DATA_DIR/gitea/public/css\`. `themes.zip` contains all CSS files for convenience.