1 Commits

Author SHA1 Message Date
github-actions
02e68958a3 automated download workflow 2025-08-09 01:12:28 +00:00
2 changed files with 6 additions and 4 deletions

View File

@@ -1,8 +1,12 @@
name: "Update Determinate Nix binary" name: "Update Determinate Nix binary"
on: on:
repository_dispatch:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: "00 0,6,12,18 * * *" - cron: "00 0,6,12,18 * * *"
push:
paths:
- '.github/workflows/*'
jobs: jobs:
download-binary: download-binary:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -92,8 +96,6 @@ 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.