File tree Expand file tree Collapse file tree 2 files changed +32
-2
lines changed Expand file tree Collapse file tree 2 files changed +32
-2
lines changed Original file line number Diff line number Diff line change 1+ name : Release (cron)
2+ on :
3+ schedule :
4+ - cron : " 0 0 * * *"
5+ workflow_dispatch :
6+ env :
7+ VERSION : 4.8
8+ jobs :
9+ linux :
10+ strategy :
11+ matrix :
12+ os : [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04]
13+ uses : ./.github/workflows/release-linux.yml
14+ with :
15+ version : 4.8
16+ platform : ${{ matrix.os }}
17+ windows :
18+ strategy :
19+ matrix :
20+ os : [windows-2022, windows-2019]
21+ uses : ./.github/workflows/release-windows.yml
22+ with :
23+ version : 4.8
24+ platform : ${{ matrix.os }}
25+ mac :
26+ strategy :
27+ matrix :
28+ os : [macos-12, macos-11, macos-10.15]
29+ uses : ./.github/workflows/release-mac.yml
30+ with :
31+ version : 4.8
32+ platform : ${{ matrix.os }}
Original file line number Diff line number Diff line change 11name : Release
22on :
3- schedule :
4- - cron : " */15 * * * *"
53 workflow_dispatch :
64 inputs :
75 version :
You can’t perform that action at this time.
0 commit comments