X-Git-Url: http://git.code-monkey.de/?p=embrace.git;a=blobdiff_plain;f=Rakefile;h=9743143ccf6429ec3f1bda1681a13c701075e150;hp=5d45ebaea196238bf75ea179e4b15e9b0d6f6865;hb=ad6d02a9246f3ebd0f852aa615a4a1c593c91e05;hpb=d6aeb5847f2086a89f853fed417f48d4b88646af diff --git a/Rakefile b/Rakefile index 5d45eba..9743143 100644 --- a/Rakefile +++ b/Rakefile @@ -35,6 +35,6 @@ end task :publish => [:package] do Rake::SshFilePublisher.new("code-monkey.de", ".", "pkg", - "#{PKG_NAME}-#{PKG_VERSION}.tar.bz2"). + "#{PKG_NAME}-#{PKG_VERSION}.tar.gz"). upload end