Skip to content

Commit

Permalink
fix: Actually copy everything in include for headers.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettsummerfi3ld committed Jul 1, 2024
1 parent 8cd0385 commit 9ee52d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
mkdir headers-for-artifact
cp -r halHeaders/hal headers-for-artifact
cp -r utilHeaders/wpi headers-for-artifact
cp -r src/main/native/include headers-for-artifact
cp -r src/main/native/include/* headers-for-artifact
# Upload build artifact
- name: Upload build artifact
Expand Down

0 comments on commit 9ee52d0

Please sign in to comment.