Commit 9f6bce1f by Calen Pennington

Fix issue with publish step not finding the .deb file

parent 8932f0e0
...@@ -74,5 +74,5 @@ task :package do ...@@ -74,5 +74,5 @@ task :package do
end end
task :publish => :package do task :publish => :package do
sh("scp #{BUILD_DIR}/#{DEPLOY_NAME}_#{VERSION}-#{BUILD_NUMBER}_all.deb #{PACKAGE_REPO}") sh("scp #{BUILD_DIR}/#{DEPLOY_NAME}_#{VERSION}-1_all.deb #{PACKAGE_REPO}")
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment