11 Commits

Author SHA1 Message Date
github-actions
887a7505c0 automated download workflow 2025-08-25 01:00:59 +00:00
86e4fa00c5 Delete nix-installer-x86_64-linux 2025-08-24 20:59:32 -04:00
675173c9ba Update .github/workflows/download-latest.yml
All checks were successful
Update Determinate Nix binary / download-binary (push) Successful in 11s
Update Determinate Nix binary / commit-data (push) Has been skipped
2025-08-24 20:59:23 -04:00
github-actions
3c44cb2b44 automated download workflow 2025-08-21 00:01:33 +00:00
github-actions
00a25e3fe4 automated download workflow 2025-08-05 18:02:38 +00:00
github-actions
e47f0e2671 automated download workflow 2025-08-01 04:55:55 +00:00
1d8bdbd587 remove branch limitation
All checks were successful
Update Determinate Nix binary / download-binary (push) Successful in 45s
Update Determinate Nix binary / commit-data (push) Successful in 38s
2025-08-01 00:54:39 -04:00
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 7 additions and 5 deletions

View File

@@ -3,14 +3,14 @@ on:
repository_dispatch: repository_dispatch:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: "00 12 * * *" - cron: "00 0,6,12,18 * * *"
push: push:
paths: paths:
- '.github/workflows/*' - '.github/workflows/*'
jobs: jobs:
download-binary: download-binary:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' # ensure workflow_dispatch only runs on main #if: github.ref == 'refs/heads/main' # ensure workflow_dispatch only runs on main
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -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"
@@ -96,6 +96,8 @@ jobs:
git push git push
env: env:
DETERMINATE_VERSION: ${{ env.DETERMINATE_VERSION }} DETERMINATE_VERSION: ${{ env.DETERMINATE_VERSION }}
- name: sleep 30
run: sleep 30
- name: Publish release - name: Publish release
uses: akkuman/gitea-release-action@v1 uses: akkuman/gitea-release-action@v1
env: env:

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

Binary file not shown.