Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
02e68958a3 |
6
.github/workflows/download-latest.yml
vendored
6
.github/workflows/download-latest.yml
vendored
@@ -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)
BIN
nix-installer-x86_64-linux
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user