Compare commits
5 Commits
c04f95c533
...
v3.8.4
Author | SHA1 | Date | |
---|---|---|---|
|
e47f0e2671 | ||
1d8bdbd587 | |||
|
4a653e5955 | ||
c9c653add4 | |||
db848c394f |
6
.github/workflows/download-latest.yml
vendored
6
.github/workflows/download-latest.yml
vendored
@@ -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"
|
||||||
|
BIN
nix-installer-x86_64-linux
(Stored with Git LFS)
BIN
nix-installer-x86_64-linux
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user