Skip to content

fix: Default path parameter would not work for artifact download

Gary Holtz requested to merge gmh-update-release-assets-path into main

Description

When running glab ci artifact [job name] without the --path parameter, an error would show:

mkdir : no such file or directory

This should fix that!

How has this been tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)

Merge request reports