Merge pull request #8085 from tstromberg/rpm-filename

release scripts: use dash instead of underscore for latest RPM filename
pull/8090/head
Thomas Strömberg 2020-05-12 09:48:30 -07:00 committed by GitHub
commit fe3c74fbcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ make checksum
# unversioned names to avoid updating upstream Kubernetes documentation each release
cp "out/minikube_${DEB_VERSION}-0_amd64.deb" out/minikube_latest_amd64.deb
cp "out/minikube-${RPM_VERSION}-0.x86_64.rpm" out/minikube_latest.x86_64.rpm
cp "out/minikube-${RPM_VERSION}-0.x86_64.rpm" out/minikube-latest.x86_64.rpm
gsutil -m cp out/* "gs://$BUCKET/releases/$TAGNAME/"