未验证 提交 fe3c74fb 编写于 作者: T Thomas Strömberg 提交者: GitHub

Merge pull request #8085 from tstromberg/rpm-filename

release scripts: use dash instead of underscore for latest RPM filename
......@@ -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/"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册