let's do tar instead
Some checks reported warnings
Build and release / release (push) Has been cancelled
Some checks reported warnings
Build and release / release (push) Has been cancelled
This commit is contained in:
parent
4c0ad2c303
commit
bb2c013dfb
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue