upload the gzipped tarball
[embrace.git] / Rakefile
index 5d45ebaea196238bf75ea179e4b15e9b0d6f6865..9743143ccf6429ec3f1bda1681a13c701075e150 100644 (file)
--- 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