Skip to content

Commit

Permalink
workflow: carbonix_build copy output folder to build package
Browse files Browse the repository at this point in the history
SW-159
  • Loading branch information
loki077 committed Jun 12, 2024
1 parent f005382 commit e69dc19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/carbonix_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ jobs:
mkdir -p temp/$dir/bin
cp -vr build/$dir/bin/* temp/$dir/bin/
done
cp -vr output/* temp/
if [ -d "ArduPlane/ReleaseNotes.txt" ]; then
cp -v ArduPlane/ReleaseNotes.txt temp/
else
Expand Down

0 comments on commit e69dc19

Please sign in to comment.