Skip to content

Commit

Permalink
workflow: carbonix_build added CASG board and parameter patches
Browse files Browse the repository at this point in the history
SW-245
  • Loading branch information
loki077 committed Jun 18, 2024
1 parent 3a082d8 commit 8f4f17f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/carbonix_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,17 +197,18 @@ jobs:
cp -vr build/$dir/bin/* temp/others/$dir/bin/
done
cp -vr output/* temp/
cp temp/others/CubeOrange-Volanti temp/Volanti-CASG
mv temp/others/CubeOrange-Volanti temp/Volanti
mv temp/others/CubeOrange-Ottano temp/Ottano
if [ -d "ArduPlane/ReleaseNotes.txt" ]; then
cp -v ArduPlane/ReleaseNotes.txt temp/
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 8f4f17f

Please sign in to comment.