Skip to content

Commit f6ed717

Browse files
author
githubnull
committed
fix: correct frontend artifact path in GitHub Actions
1 parent 81c1977 commit f6ed717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/upload-artifact@v4
5454
with:
5555
name: frontend-dist
56-
path: src/frontEnd/dist
56+
path: src/backEnd/static
5757
retention-days: 1
5858

5959
# ============================================

0 commit comments

Comments
 (0)