X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=Rakefile;h=9743143ccf6429ec3f1bda1681a13c701075e150;hb=82f2544b1ba0d064c5e9b77795c0a34efe37a37e;hp=5d45ebaea196238bf75ea179e4b15e9b0d6f6865;hpb=d6aeb5847f2086a89f853fed417f48d4b88646af;p=embrace.git 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