Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Garrido <[email protected]>
  • Loading branch information
pablogs9 committed Dec 9, 2024
1 parent c66c5a2 commit 0ece767
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,16 @@ jobs:
run: |
(test -f install/micro_ros_setup/lib/micro_ros_setup/build_firmware.sh) && true || false
- uses: actions/[email protected]
with:
name: micro_ros_build_${{ inputs.ci_target_ref }}
path: install
- name: Sanitize Artifact Name
id: sanitize-name
run: |
sanitized_name=$(echo "${{ inputs.ci_target_ref }}" | sed 's/[\/:*?"<>|\\]/_/g')
echo "sanitized_name=$sanitized_name" >> $GITHUB_ENV
- uses: actions/[email protected]
with:
name: micro_ros_build_${{ env.sanitized_name }}
path: install

micro_ros_agent:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0ece767

Please sign in to comment.