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.
1 parent 8704b08 commit 2badd8aCopy full SHA for 2badd8a
.github/workflows/release_build.yml
@@ -43,8 +43,7 @@ jobs:
43
$timezone = [System.TimeZoneInfo]::FindSystemTimeZoneById("China Standard Time")
44
$convertedDate = [System.TimeZoneInfo]::ConvertTime($currentDate, $timezone)
45
$date = $convertedDate.ToString("yyyy-MM-dd HH:mm:ss")
46
- $commit = git rev-parse main
47
- $content = "date = ""$date""" + "`n" + "commit = ""$commit""" + "`n" + "compile = True"
+ $content = "date = ""$date""" + "`n" + "compile = True"
48
Set-Content -Path "src/utils/common/compile_data.py" -Value $content
49
50
- name: Build with Nuitka
0 commit comments