Skip to content

Commit 194bb3e

Browse files
authored
change amd64.deb to all.deb
1 parent a7da947 commit 194bb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ if $PROGRAM_NAME == __FILE__
447447
puts 'Attaching Debian pkg and tarball to release...'
448448
base_dir = File.expand_path(File.join(File.dirname(__FILE__), '..'))
449449
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"]
450+
attach_assets_to_release res['upload_url'], res['id'], ["#{base_dir}/dist/#{DEB_PKG_NAME}_#{version}_all.deb"]
451451

452452
puts 'Publishing release...'
453453
publish_release res['id']

0 commit comments

Comments
 (0)