mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 16:22:21 +03:00
ci: fix upload-artifact path
This commit is contained in:
parent
01a686dc28
commit
b394764b1c
5
.github/workflows/build-master.yml
vendored
5
.github/workflows/build-master.yml
vendored
@ -154,14 +154,11 @@ jobs:
|
||||
API_SERVER_PROFILE: local
|
||||
ENABLE_DEBUG_PAGE: true
|
||||
|
||||
- name: Export
|
||||
run: yarn export
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: next-js-dev
|
||||
path: ./apps/web/out
|
||||
path: ./apps/web/.next
|
||||
if-no-files-found: error
|
||||
|
||||
storybook-test:
|
||||
|
Loading…
Reference in New Issue
Block a user