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

workflow: fix download frontend

This commit is contained in:
耗子
2024-10-11 00:58:21 +08:00
parent 6cfb7f4e0b
commit 87d26fbb23
5 changed files with 5 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ jobs:
- name: Download frontend
uses: dawidd6/action-download-artifact@v6
with:
workflow: build-frontend.yml
workflow: frontend.yml
name: frontend
path: internal/embed/frontend
check_artifacts: true

View File

@@ -27,7 +27,7 @@ jobs:
- name: Download frontend
uses: dawidd6/action-download-artifact@v6
with:
workflow: build-frontend.yml
workflow: frontend.yml
name: frontend
path: internal/embed/frontend
check_artifacts: true