fix logging to download
All checks were successful
Update Determinate Nix binary / download-binary (push) Has been skipped
Update Determinate Nix binary / commit-data (push) Has been skipped

This commit is contained in:
2025-07-04 13:11:15 -04:00
parent c04f95c533
commit db848c394f

View File

@ -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"