Skip to content

Commit a6ffc57

Browse files
authored
Merge pull request #773 from github/jianghao0718-patch-1
change amd64.deb to all.deb
2 parents a7da947 + b532cd4 commit a6ffc57

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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']

test/test-ghe-host-check.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ begin_test "ghe-host-check detects unsupported GitHub Enterprise Server versions
5959
# hardcode until https://github.com/github/backup-utils/issues/675 is resolved
6060
! GHE_TEST_REMOTE_VERSION=2.20.0 ghe-host-check
6161
! GHE_TEST_REMOTE_VERSION=2.21.0 ghe-host-check
62-
GHE_TEST_REMOTE_VERSION=2.22.0 ghe-host-check
62+
! GHE_TEST_REMOTE_VERSION=2.22.0 ghe-host-check
6363
GHE_TEST_REMOTE_VERSION=3.0.0 ghe-host-check
64+
GHE_TEST_REMOTE_VERSION=3.1.0 ghe-host-check
6465
GHE_TEST_REMOTE_VERSION=$BACKUP_UTILS_VERSION ghe-host-check
6566
GHE_TEST_REMOTE_VERSION=$BACKUP_UTILS_VERSION ghe-host-check
6667
GHE_TEST_REMOTE_VERSION=$bu_version_major.$bu_version_minor.999 ghe-host-check

0 commit comments

Comments
 (0)