Skip to content

Commit 9123a9b

Browse files
committed
Attempt to fix path for upload-artifacts action
1 parent 334b2f8 commit 9123a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/upload-artifact@v3
3030
with:
3131
name: build-artifacts
32-
path: build/
32+
path: build/**/*
3333

3434
publish:
3535
needs: build

0 commit comments

Comments
 (0)