CI fix tentative #16
This commit is contained in:
parent
9e2db42efa
commit
74457b6f8d
1 changed files with 3 additions and 3 deletions
|
|
@ -63,9 +63,9 @@ jobs:
|
|||
pnpm install
|
||||
|
||||
- name: Build the project
|
||||
run: pnpm run build
|
||||
with:
|
||||
path: "source"
|
||||
run: |
|
||||
cd ./source
|
||||
pnpm run build
|
||||
|
||||
- name: Save the result for deployment
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue