Skip to content

Commit 6d321d2

Browse files
committed
Use full path
Does upload-pages not take working-directory into account? At the very least we got > Run actions/upload-pages-artifact@v3 > Run echo ::group::Archive artifact > Archive artifact > tar: build/: Cannot open: No such file or directory > tar: Error is not recoverable: exiting now > Error: Process completed with exit code 2.
1 parent bff03b4 commit 6d321d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/parklife.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/upload-pages-artifact@v3
4141
if: github.ref == 'refs/heads/main' # Only upload on main branch.
4242
with:
43-
path: build/
43+
path: demo/build/
4444

4545
deploy:
4646
environment:

0 commit comments

Comments
 (0)