4 Commits

Author SHA1 Message Date
github-actions
4a653e5955 automated download workflow 2025-07-04 17:13:07 +00:00
c9c653add4 Merge pull request 'fix logging to download' (#2) from feature/fix-downloads into main
All checks were successful
Update Determinate Nix binary / download-binary (push) Successful in 31s
Update Determinate Nix binary / commit-data (push) Successful in 33s
Reviewed-on: #2
2025-07-04 13:12:07 -04:00
db848c394f 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
2025-07-04 13:11:15 -04:00
github-actions
c04f95c533 automated download workflow 2025-07-04 17:04:11 +00:00
2 changed files with 3 additions and 3 deletions

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"

BIN
nix-installer-x86_64-linux (Stored with Git LFS)

Binary file not shown.