Push all architecture .debs to the packages server

This commit is contained in:
Calen Pennington
2012-05-10 11:36:43 -04:00
parent c1b255fdf3
commit 72f1cd1da3

View File

@@ -67,5 +67,5 @@ task :package do
end
task :publish => :package do
sh("scp #{BUILD_DIR}/#{DEPLOY_NAME}_#{VERSION}-1_all.deb #{PACKAGE_REPO}")
sh("scp #{BUILD_DIR}/#{DEPLOY_NAME}_#{VERSION}*.deb #{PACKAGE_REPO}")
end