Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit 3f3084b

Browse files
committed
fix
1 parent 86c781a commit 3f3084b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/upload.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ namespace :vox do
4242

4343
path = "s3://#{bucket}/#{component}/#{args[:tag]}"
4444
files.each do |f|
45-
f = `cygpath -m #{f}`.chomp if platform =~ /windows-/
45+
f = `cygpath -m #{f}`.chomp if os =~ /windows/
4646
run_command("#{s3} cp #{f} #{path}/#{File.basename(f)}", silent: false)
4747
end
4848
end

0 commit comments

Comments
 (0)