From: Tilman Sauerbeck Date: Sun, 9 Apr 2006 18:50:24 +0000 (+0200) Subject: upload the gzipped tarball X-Git-Tag: embrace-0.1.0~30 X-Git-Url: http://git.code-monkey.de/?p=embrace.git;a=commitdiff_plain;h=ad6d02a9246f3ebd0f852aa615a4a1c593c91e05 upload the gzipped tarball --- 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