diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1b556c6..e912ea6 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 :