Skip to content

Commit

Permalink
collet buildstats
Browse files Browse the repository at this point in the history
  • Loading branch information
TheYoctoJester authored Oct 16, 2024
1 parent a190093 commit b1fee15
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,8 @@ jobs:
ARTIFACT_PATH: ${{ needs.prepare.outputs.artifact_path }}
run: >
echo "artifact_path: ${{ steps.artifact_path.outputs.artifact_path }}/$ARTIFACT_PATH" &&
cp -fR $BUILDDIR/${{ matrix.board }}/build/tmp/deploy/images $ARTIFACT_PATH/images-${{ matrix.board }}
cp -fR $BUILDDIR/${{ matrix.board }}/build/tmp/deploy/images $ARTIFACT_PATH/images-${{ matrix.board }} &&
if [ -f "$BUILDDIR/${{ matrix.board }}/build/tmp/buildstats" ]; then
cp -fR $BUILDDIR/${{ matrix.board }}/build/tmp/buildstats $ARTIFACT_PATH/images-${{ matrix.board }};
fi

0 comments on commit b1fee15

Please sign in to comment.