fix: update CI artifact path from dist/ to public/
Build and Deploy / build-and-test (push) Failing after 27s
Build and Deploy / build-image (push) Has been skipped
Build and Deploy / deploy (push) Has been skipped

This commit is contained in:
2026-05-31 16:24:21 +00:00
parent 16cad3fe36
commit d4ea0e58f1
+2 -2
View File
@@ -36,8 +36,8 @@ jobs:
- name: Upload build artifact - name: Upload build artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: dist name: public
path: dist/ path: public/
build-image: build-image:
runs-on: ubuntu-latest runs-on: ubuntu-latest