We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5bf5a3 commit 4ee52c9Copy full SHA for 4ee52c9
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