Push all architecture .debs to the packages server

This commit is contained in:
Calen Pennington
2012-05-10 11:36:43 -04:00
parent 41aaadf019
commit 4ff31d1bdc

View File

@@ -71,5 +71,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