Skip to content

Commit 4a3eccd

Browse files
committed
fix(ci): update artifact path from ./build/ to ./dist in CI workflow
1 parent e171e67 commit 4a3eccd

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
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/upload-artifact@v4
5454
with:
5555
name: build-artifacts
56-
path: ./build/
56+
path: ./dist/
5757

5858
- name: Error handling
5959
if: failure()

0 commit comments

Comments
 (0)