This commit is contained in:
MengYX 2020-05-21 09:36:59 +08:00 committed by GitHub
parent 539ea0448f
commit eeb09edf3a
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ steps:
- npm run build
- tar -czf legacy.tar.gz -C ./dist .
- npm run build -- --modern
- tar -czf morden.tar.gz -C ./dist .
- tar -czf modern.tar.gz -C ./dist .
- name: release
@ -27,7 +27,7 @@ steps:
settings:
base_url: https://git.ixarea.com
files:
- morden.tar.gz
- modern.tar.gz
- legacy.tar.gz
api_key:
from_secret: gitea_token