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
|
- name: Download binary
|
||||||
id: binary-check
|
id: binary-check
|
||||||
run: |
|
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
|
if git diff --quiet && git ls-files --error-unmatch "$DETERMINATE_BINARY"; then
|
||||||
echo "DETERMINATE_BINARY_DIFF=0" | tee -a "$GITHUB_OUTPUT"
|
echo "DETERMINATE_BINARY_DIFF=0" | tee -a "$GITHUB_OUTPUT"
|
||||||
|
Reference in New Issue
Block a user