Skip to content

Commit 273af7a

Browse files
authored
Fix frontend download path after repo merge (#210)
1 parent 35bc704 commit 273af7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/full-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ jobs:
7979
- name: Download Build Artifacts
8080
uses: actions/download-artifact@v4
8181
with:
82-
name: build-artifacts
82+
name: build-artifacts
83+
path: apiserver
8384

8485
- name: Set up Go
8586
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)