Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 335a314

Browse files
committedJun 19, 2025·
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)
Please sign in to comment.