mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-05 16:44:22 +00:00
Add VITE_APP_VERSION to environment and update SystemInfoDialog to display version
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -29,6 +29,8 @@ jobs:
|
||||
npm ci
|
||||
|
||||
- name: Build Web UI
|
||||
env:
|
||||
VITE_APP_VERSION: ${{ github.ref_name }}
|
||||
run: |
|
||||
cd webui
|
||||
npm run build
|
||||
|
||||
Reference in New Issue
Block a user