Skip to content

Commit e57e4c3

Browse files
committed
Merge branch 'dev=main'
2 parents e8a52cc + 15f50ad commit e57e4c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/auto-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Daily Build
33
on:
44
schedule:
55
- cron: "0 6 * * 0"
6+
workflow_dispatch:
67

78
jobs:
89
build:
@@ -47,7 +48,7 @@ jobs:
4748
shell: pwsh
4849
run: |
4950
$latest_commit_date=((git show --pretty=format:"%cd" --date=iso) -split '\n')[0]
50-
py ./.github/scripts/check_new_commit.py "$latest_commit_date" 7
51+
python3 ./.github/scripts/check_new_commit.py "$latest_commit_date" 7
5152
./set_env.ps1
5253
5354
- name: Create Release and Upload Release Asset

0 commit comments

Comments
 (0)