fix: workflow
Some checks failed
Build Action / Build-LiteLoader (push) Failing after 3m25s
Build Action / Build-Shell (push) Failing after 2m52s

This commit is contained in:
pk5ls20
2024-11-17 06:24:58 +08:00
parent f913e0b027
commit f74ef273de

View File

@@ -18,7 +18,7 @@ jobs:
node-version: 20.x
- name: Build NapCat.Framework
run: |
npm i
npm i && cd napcat.webui && npm i && cd ..
npm run build:framework && npm run depend
rm package-lock.json
- name: Upload Artifact
@@ -37,7 +37,7 @@ jobs:
node-version: 20.x
- name: Build NapCat.Shell
run: |
npm i
npm i && cd napcat.webui && npm i && cd ..
npm run build:shell && npm run depend
rm package-lock.json
- name: Upload Artifact