We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f56b82d commit 33de3fdCopy full SHA for 33de3fd
1 file changed
tasks/upload.rake
@@ -18,7 +18,7 @@ namespace :vox do
18
19
prepend = File.directory?('/cygdrive/') ? 'C:/cygwin64/' : ''
20
files = Dir.glob("#{prepend}#{__dir__}/../output/*#{munged_tag}*#{platform}*")
21
- puts 'No files for the given tag found in the output directory.' if files.empty?
+ abort 'No files for the given tag found in the output directory.' if files.empty?
22
23
path = "s3://#{bucket}/#{repo}/#{args[:tag]}"
24
files.each do |f|
0 commit comments