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: |
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue