From b49a4f847f225fa775621dcb00154d335a4e0800 Mon Sep 17 00:00:00 2001 From: James Cuzella Date: Thu, 17 Oct 2024 00:01:24 -0600 Subject: [PATCH] ci: tests: Remove go bottle upload hack --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3ed711e..6b13b24 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,7 @@ jobs: brew install --build-bottle go || true brew link --overwrite go brew bottle go - find "${GITHUB_WORKSPACE}" -iname '*.bottle.*' -exec mv '{}' ${RUNNER_TEMP}/brewed-bottles/ \; + # find "${GITHUB_WORKSPACE}" -iname '*.bottle.*' -exec mv '{}' ${RUNNER_TEMP}/brewed-bottles/ \; ls -l ${RUNNER_TEMP}/brewed-bottles/ fi :