fix: update CI artifact path from dist/ to public/
This commit is contained in:
@@ -36,8 +36,8 @@ jobs:
|
||||
- name: Upload build artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: dist
|
||||
path: dist/
|
||||
name: public
|
||||
path: public/
|
||||
|
||||
build-image:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user