ci: fix build upload artifacts path

This commit is contained in:
AykutSarac 2023-07-24 20:01:23 +03:00
parent 84a7b14cab
commit 636baa4941
No known key found for this signature in database

View File

@ -63,7 +63,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: build-files
path: ./_next/static/chunks/
path: ./out/_next/static/chunks
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with: