This commit is contained in:
MengYX 2020-05-21 09:36:59 +08:00 committed by GitHub
parent a140b45e5f
commit ecff3d34b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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