github_packages: add missing root mkpath

This commit is contained in:
Bo Anderson 2021-05-04 16:21:23 +01:00
parent 03ef2fd16a
commit d78dc014d1
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -260,6 +260,7 @@ class GitHubPackages
root = Pathname("#{formula_name}--#{version_rebuild}")
FileUtils.rm_rf root
root.mkpath
if keep_old
download(user, token, skopeo, image_uri, root, dry_run: dry_run)