Skip to content

Commit 9ee52d0

Browse files
fix: Actually copy everything in include for headers.zip
1 parent 8cd0385 commit 9ee52d0

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
@@ -210,7 +210,7 @@ jobs:
210210
mkdir headers-for-artifact
211211
cp -r halHeaders/hal headers-for-artifact
212212
cp -r utilHeaders/wpi headers-for-artifact
213-
cp -r src/main/native/include headers-for-artifact
213+
cp -r src/main/native/include/* headers-for-artifact
214214
215215
# Upload build artifact
216216
- name: Upload build artifact

0 commit comments

Comments
 (0)