diff --git a/Library/Homebrew/dev-cmd/pr-pull.rb b/Library/Homebrew/dev-cmd/pr-pull.rb index 92def55855..3ec9abbacb 100644 --- a/Library/Homebrew/dev-cmd/pr-pull.rb +++ b/Library/Homebrew/dev-cmd/pr-pull.rb @@ -505,10 +505,8 @@ module Homebrew safe_system HOMEBREW_BREW_FILE, *upload_args end ensure - if args.retain_bottle_dir? + if args.retain_bottle_dir? && ENV["GITHUB_ACTIONS"] 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