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