We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7da947 commit 194bb3eCopy full SHA for 194bb3e
script/release
@@ -447,7 +447,7 @@ if $PROGRAM_NAME == __FILE__
447
puts 'Attaching Debian pkg and tarball to release...'
448
base_dir = File.expand_path(File.join(File.dirname(__FILE__), '..'))
449
attach_assets_to_release res['upload_url'], res['id'], ["#{base_dir}/dist/#{DEB_PKG_NAME}-v#{version}.tar.gz"]
450
- attach_assets_to_release res['upload_url'], res['id'], ["#{base_dir}/dist/#{DEB_PKG_NAME}_#{version}_amd64.deb"]
+ attach_assets_to_release res['upload_url'], res['id'], ["#{base_dir}/dist/#{DEB_PKG_NAME}_#{version}_all.deb"]
451
452
puts 'Publishing release...'
453
publish_release res['id']
0 commit comments