diff --git a/.github/workflows/download-latest.yml b/.github/workflows/download-latest.yml index d75c0aa..d8ed172 100644 --- a/.github/workflows/download-latest.yml +++ b/.github/workflows/download-latest.yml @@ -35,7 +35,7 @@ jobs: - name: Download binary id: binary-check run: | - wget --content-disposition -nv "$DETERMINATE_URL" -o "$DETERMINATE_BINARY" + wget --content-disposition -nv "$DETERMINATE_URL" -O "$DETERMINATE_BINARY" if git diff --quiet && git ls-files --error-unmatch "$DETERMINATE_BINARY"; then echo "DETERMINATE_BINARY_DIFF=0" | tee -a "$GITHUB_OUTPUT"