Skip to content

Commit 9588e67

Browse files
committed
fix
1 parent 33de3fd commit 9588e67

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tasks/upload.rake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ namespace :vox do
1717
run_command("#{s3} ls s3://#{bucket}/")
1818

1919
prepend = File.directory?('/cygdrive/') ? 'C:/cygwin64/' : ''
20+
puts "#{prepend}#{__dir__}/../output/*#{munged_tag}*#{platform}*"
21+
run_command("ls #{prepend}#{__dir__}/../output/")
2022
files = Dir.glob("#{prepend}#{__dir__}/../output/*#{munged_tag}*#{platform}*")
2123
abort 'No files for the given tag found in the output directory.' if files.empty?
2224

0 commit comments

Comments
 (0)