Skip to content

Commit

Permalink
tmp: upload windows build logs to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmann-stefan committed Jul 24, 2024
1 parent 587ab8a commit 4294479
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build_desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,14 @@ jobs:
with:
required-ros-distributions: foxy
- uses: ros-tooling/[email protected]
id: action_ros_ci_step
with:
package-name: rcldotnet_examples
target-ros2-distro: foxy
vcs-repo-file-url: ${{github.workspace}}/.github/workflows/ci.repos
extra-cmake-args: -DCMAKE_SYSTEM_VERSION=10.0.19041.0 -Wno-dev
extra-cmake-args: -DCMAKE_SYSTEM_VERSION=10.0.19041.0 -Wno-dev
- uses: actions/upload-artifact@v4
with:
name: colcon-logs
path: ${{ steps.action_ros_ci_step.outputs.ros-workspace-directory-name }}/log
if: always() # upload the logs even when the build fails

0 comments on commit 4294479

Please sign in to comment.