mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 13:40:22 +03:00
release: gz doesn't preserve permissions use tar.gz
And fix various other issues with release script.
This commit is contained in:
+1
-1
@@ -148,7 +148,7 @@ func getReleaseUpdate(updateURL string, noError bool) updateMessage {
|
||||
downloadURL = newUpdateURLPrefix + "/minio.zip"
|
||||
default:
|
||||
// For all other operating systems.
|
||||
downloadURL = newUpdateURLPrefix + "/minio.gz"
|
||||
downloadURL = newUpdateURLPrefix + "/minio.tgz"
|
||||
}
|
||||
|
||||
// Initialize update message.
|
||||
|
||||
Reference in New Issue
Block a user