Skip to content

Commit

Permalink
Fix blasm path
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabelParedes committed Sep 19, 2023
1 parent 6523a5b commit b2ca8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ runs:
shell: bash -el {0}
run: |
cd ros-workspace
if [${{ inputs.debug }}]; then ${{ github.action_path }}/blasm.sh -d -v -u ${{ inputs.package }}; else ${GITHUB_WORKSPACE}/blasm.sh -u ${{ inputs.package }}; fi
if [${{ inputs.debug }}]; then ${{ github.action_path }}/blasm.sh -d -v -u ${{ inputs.package }}; else ${{ github.action_path }}/blasm.sh -u ${{ inputs.package }}; fi
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b2ca8b4

Please sign in to comment.