Skip to content

Commit

Permalink
Don't upload the same name.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette committed Oct 30, 2024
1 parent d3c9a30 commit 792b696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic-build-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: Upload logs
uses: actions/upload-artifact@v4
with:
name: colcon-logs
name: colcon-logs-${{ matrix.rosdistro }}
path: ros_ws/log
if: always()

0 comments on commit 792b696

Please sign in to comment.