Skip to content

Commit 335a314

Browse files
committed
fixed artifacts name mismatch
1 parent c37bebd commit 335a314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
- name: Download Frontend Artifact
176176
uses: actions/download-artifact@v4
177177
with:
178-
name: frontend-dist
178+
name: frontend-dist-dev
179179
path: frontend-artifact
180180
- name: Set up Java
181181
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)