Skip to content

Commit 984a48b

Browse files
tmp: upload windows build logs to artifacts
1 parent 587ab8a commit 984a48b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build_desktop.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,14 @@ jobs:
1919
with:
2020
required-ros-distributions: foxy
2121
- uses: ros-tooling/action-ros-ci@v0.3
22+
id: action_ros_ci_step
2223
with:
2324
package-name: rcldotnet_examples
2425
target-ros2-distro: foxy
2526
vcs-repo-file-url: ${{github.workspace}}/.github/workflows/ci.repos
26-
extra-cmake-args: -DCMAKE_SYSTEM_VERSION=10.0.19041.0 -Wno-dev
27+
extra-cmake-args: -DCMAKE_SYSTEM_VERSION=10.0.19041.0 -Wno-dev
28+
- uses: actions/upload-artifact@v1
29+
with:
30+
name: colcon-logs
31+
path: ${{ steps.action_ros_ci_step.outputs.ros-workspace-directory-name }}/log
32+
if: always() # upload the logs even when the build fails

0 commit comments

Comments
 (0)