diff options
| author | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-07-20 19:21:40 -0400 |
|---|---|---|
| committer | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-07-20 19:27:31 -0400 |
| commit | e8085aebbfa737be16cb66f81f8c3fef4856d55f (patch) | |
| tree | b360e5588688f52aee465942b6d5dec22e94df1b /.github/workflows | |
| parent | c51cafecd6a64698a537b015103f42fd672d7cd9 (diff) | |
Run nightly release with version information
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/nightly.yml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 60de60f..373b83e 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -1,12 +1,11 @@ name: nightly - on: workflow_dispatch: - #schedule: - #- cron: 0 20 * * * -jobs: + schedule: + - cron: 0 2 * * * +jobs: dist-arm64-darwin: runs-on: macos-latest timeout-minutes: 15 @@ -147,7 +146,7 @@ jobs: run: ./ci.bat CI - name: Move to Dist shell: cmd - run: | + run: | mkdir dist move ols.exe dist/ move builtin dist/ |