mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Set GitHub workflow output correctly
Co-authored-by: Bo Anderson <mail@boanderson.me>
This commit is contained in:
parent
0b0d9a6066
commit
a61cb1a4d0
@ -506,7 +506,12 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
ensure
|
ensure
|
||||||
if args.retain_bottle_dir?
|
if args.retain_bottle_dir?
|
||||||
puts "::set-output name=bottle_path::#{dir}"
|
ohai "Bottle files retained at:", dir
|
||||||
|
return unless ENV["GITHUB_ACTIONS"]
|
||||||
|
|
||||||
|
File.open(ENV.fetch("GITHUB_OUTPUT"), "a") do |f|
|
||||||
|
f.puts "bottle_path=#{dir}"
|
||||||
|
end
|
||||||
else
|
else
|
||||||
FileUtils.remove_entry dir
|
FileUtils.remove_entry dir
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user