mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
ci: fix build upload artifacts path
This commit is contained in:
parent
84a7b14cab
commit
636baa4941
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user