dev #11
4
.github/workflows/Build.yml
vendored
4
.github/workflows/Build.yml
vendored
@ -37,4 +37,6 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: build-artifact
|
name: build-artifact
|
||||||
path: ./dist # Adjust this path to your actual build output directory (e.g., dist/ or similar)
|
path: |
|
||||||
|
./dist
|
||||||
|
./package.json
|
||||||
|
|||||||
Reference in New Issue
Block a user