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: | run: |
mkdir dist mkdir dist
./build.sh ./build.sh
zip -j -r themes.zip dist tar -C dist -cvf themes.tar .
mv themes.zip dist/ mv themes.tar dist
id: build id: build
- name: Publish release - name: Publish release
@ -38,4 +38,4 @@ jobs:
THEMES = ${{ steps.build.outputs.themes }} 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.