let's do tar instead
Some checks reported warnings
Build and release / release (push) Has been cancelled

This commit is contained in:
Lea 2023-07-29 21:19:10 +02:00
parent 4c0ad2c303
commit bb2c013dfb
Signed by: Lea
GPG key ID: 1BAFFE8347019C42

View file

@ -18,8 +18,8 @@ jobs:
run: |
mkdir dist
./build.sh
zip -j -r themes.zip dist
mv themes.zip dist/
tar -C dist -cvf themes.tar .
mv themes.tar dist
id: build
- name: Publish release
@ -38,4 +38,4 @@ jobs:
THEMES = ${{ steps.build.outputs.themes }}
\`\`\`
And download the CSS files from this release to \`\$GITEA_DATA_DIR/gitea/public/css\`. `themes.zip` contains all CSS files for convenience.
And download the CSS files from this release to \`\$GITEA_DATA_DIR/gitea/public/css\`. `themes.tar` contains all CSS files for convenience.