2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 22:07:16 +08:00

feat: 移动embed到pkg下

This commit is contained in:
2025-04-12 03:19:55 +08:00
parent dbc3050f2b
commit 486a9fb58b
10 changed files with 7 additions and 6 deletions

View File

@@ -55,7 +55,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: frontend
path: internal/embed/frontend
path: pkg/embed/frontend
- name: Set build info
run: |
echo "VERSION=$(git describe --tags --abbrev=0 2>/dev/null | sed 's/^v//' || echo '0.0.0')" >> $GITHUB_ENV