Rename workflow job from Build-LiteLoader to Build-Framework

Updated workflow job names and dependencies in auto-release.yml, build.yml, and release.yml from 'Build-LiteLoader' to 'Build-Framework' for clarity and consistency. Also updated bug report template to reference version location in WebUI instead of settings page.
This commit is contained in:
手瓜一十雪
2025-11-14 13:05:29 +08:00
parent f2c584eb07
commit ec705e68a0
4 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ env:
RELEASE_NAME: "NapCat"
jobs:
Build-LiteLoader:
Build-Framework:
runs-on: ubuntu-latest
steps:
- name: Clone Main Repository
@@ -148,7 +148,7 @@ jobs:
path: NapCat.Shell.Windows.Node
release-napcat:
needs: [Build-LiteLoader, Build-Shell, Download-QNX64]
needs: [Build-Framework, Build-Shell, Download-QNX64]
runs-on: ubuntu-latest
steps:
- name: Checkout