We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f38b77 commit 62c7e3cCopy full SHA for 62c7e3c
tasks/upload.rake
@@ -22,7 +22,8 @@ namespace :vox do
22
# Ensure the AWS CLI isn't going to fail with the given parameters
23
run_command("#{s3} ls s3://#{bucket}/")
24
25
- glob = "#{__dir__}/../output/**/*#{munged_tag}*"
+ prepend = File.directory?('/cygdrive/') ? 'C:/cygwin64/' : ''
26
+ glob = "#{prepend}#{__dir__}/../output/**/*#{munged_tag}*"
27
if os
28
# "arch" is not used here because we are currently horrifyingly
29
# inconsistent with the platform -> package name
0 commit comments