Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
SW-191
  • Loading branch information
loki077 committed May 13, 2024
1 parent fc3b072 commit 9e9a4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/carbonix_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ jobs:
run: |
mkdir -p temp
for dir in CubeOrange CarbonixF405 Volanti-M1; do
ls
echo "Checking directory: ${{ github.workspace }}/build/$dir/bin/"
ls -lah ${{ github.workspace }}/build/$dir/bin/ || echo "Directory not found"
find ${{ github.workspace }}/build/$dir/bin/ -type f -exec rsync -R {} temp/ \;
done
cp -v ArduPlane/ReleaseNotes.txt temp/
Expand Down

0 comments on commit 9e9a4d4

Please sign in to comment.