Skip to content

Commit

Permalink
workflow: Cx_build parameter_patch added in build folder
Browse files Browse the repository at this point in the history
SW-245
  • Loading branch information
loki077 committed Jun 19, 2024
1 parent 2f7440f commit 039ef77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/carbonix_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,10 @@ jobs:
else
echo "ReleaseNotes.txt File does not exist"
fi
if [ -d "libraries/AP_HAL_ChibiOS/hwdef/CarbonixCommon/payloads" ]; then
cp -vr libraries/AP_HAL_ChibiOS/hwdef/CarbonixCommon/payloads temp/
if [ -d "libraries/AP_HAL_ChibiOS/hwdef/CarbonixCommon/parameter_patches" ]; then
cp -vr libraries/AP_HAL_ChibiOS/hwdef/CarbonixCommon/parameter_patches temp/
else
echo "payloads Folder does not exist"
echo "parameter_patches Folder does not exist"
fi
shell: sh -e {0}
- name: Archive production artifacts
Expand Down

0 comments on commit 039ef77

Please sign in to comment.