Merge pull request 'fix logging to download' (#2) from feature/fix-downloads into main
Reviewed-on: #2
This commit is contained in:
2
.github/workflows/download-latest.yml
vendored
2
.github/workflows/download-latest.yml
vendored
@ -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"
|
||||
|
Reference in New Issue
Block a user