We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8a52cc + 15f50ad commit e57e4c3Copy full SHA for e57e4c3
.github/workflows/auto-release.yml
@@ -3,6 +3,7 @@ name: Daily Build
3
on:
4
schedule:
5
- cron: "0 6 * * 0"
6
+ workflow_dispatch:
7
8
jobs:
9
build:
@@ -47,7 +48,7 @@ jobs:
47
48
shell: pwsh
49
run: |
50
$latest_commit_date=((git show --pretty=format:"%cd" --date=iso) -split '\n')[0]
- py ./.github/scripts/check_new_commit.py "$latest_commit_date" 7
51
+ python3 ./.github/scripts/check_new_commit.py "$latest_commit_date" 7
52
./set_env.ps1
53
54
- name: Create Release and Upload Release Asset
0 commit comments