Skip to content

Commit

Permalink
feat: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yaokl committed Feb 19, 2024
1 parent fe261e3 commit e6c9d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
echo "Set the validity period of the kubeadm certificate to 10 years. \n source: ${APP_REPO}/releases/tag/${ADD_TAG}" > CHECKSUMS.txt
cat _output/kubeadm-linux-{amd64,arm64}.{md5,sha256} >> CHECKSUMS.txt
cat _output/kubeadm-{darwin}-{amd64}.{md5,sha256} >> CHECKSUMS.txt
cat _output/kubeadm-{windows}-{amd64}.exe.{md5,sha256} >> CHECKSUMS.txt
cat _output/kubeadm-darwin-amd64.{md5,sha256} >> CHECKSUMS.txt
cat _output/kubeadm-windows-amd64.exe.{md5,sha256} >> CHECKSUMS.txt
echo "::endgroup::"
popd
break
Expand Down

0 comments on commit e6c9d3b

Please sign in to comment.