File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ if $PROGRAM_NAME == __FILE__
447
447
puts 'Attaching Debian pkg and tarball to release...'
448
448
base_dir = File . expand_path ( File . join ( File . dirname ( __FILE__ ) , '..' ) )
449
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" ]
450
+ attach_assets_to_release res [ 'upload_url' ] , res [ 'id' ] , [ "#{ base_dir } /dist/#{ DEB_PKG_NAME } _#{ version } _all .deb" ]
451
451
452
452
puts 'Publishing release...'
453
453
publish_release res [ 'id' ]
Original file line number Diff line number Diff line change @@ -59,8 +59,9 @@ begin_test "ghe-host-check detects unsupported GitHub Enterprise Server versions
59
59
# hardcode until https://github.com/github/backup-utils/issues/675 is resolved
60
60
! GHE_TEST_REMOTE_VERSION=2.20.0 ghe-host-check
61
61
! 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
63
63
GHE_TEST_REMOTE_VERSION=3.0.0 ghe-host-check
64
+ GHE_TEST_REMOTE_VERSION=3.1.0 ghe-host-check
64
65
GHE_TEST_REMOTE_VERSION=$BACKUP_UTILS_VERSION ghe-host-check
65
66
GHE_TEST_REMOTE_VERSION=$BACKUP_UTILS_VERSION ghe-host-check
66
67
GHE_TEST_REMOTE_VERSION=$bu_version_major .$bu_version_minor .999 ghe-host-check
You can’t perform that action at this time.
0 commit comments