ci: fix upload-artifact path

This commit is contained in:
himself65 2023-04-13 16:33:12 -05:00
parent 01a686dc28
commit b394764b1c

View File

@ -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: