2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 11:27:17 +08:00

fix: embed目录错误

This commit is contained in:
耗子
2024-07-13 01:20:41 +08:00
parent 0d6f0f317d
commit f807d0cd1a
4 changed files with 3 additions and 4 deletions

View File

@@ -22,6 +22,7 @@ jobs:
sudo apt-get install -y curl jq unzip zip
curl -sSL https://api.github.com/repos/TheTNB/panel-frontend/releases/latest | jq -r ".assets[] | select(.name | contains(\"dist\")) | .browser_download_url" | xargs curl -L -o frontend.zip
unzip frontend.zip
rm -rf embed/frontend
mv dist embed/frontend
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6