Compare commits
8 Commits
c9c653add4
...
main
Author | SHA1 | Date | |
---|---|---|---|
|
887a7505c0 | ||
86e4fa00c5 | |||
675173c9ba | |||
|
3c44cb2b44 | ||
|
00a25e3fe4 | ||
|
e47f0e2671 | ||
1d8bdbd587 | |||
|
4a653e5955 |
6
.github/workflows/download-latest.yml
vendored
6
.github/workflows/download-latest.yml
vendored
@@ -3,14 +3,14 @@ on:
|
||||
repository_dispatch:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "00 12 * * *"
|
||||
- cron: "00 0,6,12,18 * * *"
|
||||
push:
|
||||
paths:
|
||||
- '.github/workflows/*'
|
||||
jobs:
|
||||
download-binary:
|
||||
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:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
@@ -96,6 +96,8 @@ jobs:
|
||||
git push
|
||||
env:
|
||||
DETERMINATE_VERSION: ${{ env.DETERMINATE_VERSION }}
|
||||
- name: sleep 30
|
||||
run: sleep 30
|
||||
- name: Publish release
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
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