This commit is contained in:
jxxghp 2023-10-09 20:14:54 +08:00
parent c37e02009f
commit de427fd7a9

View File

@ -18,7 +18,7 @@ jobs:
id: release_version
run: |
$app_version = Select-String -Path "version.py" -Pattern "APP_VERSION\s=\s'v(.*)'" | ForEach-Object { $_.Matches.Groups[1].Value }
$env:GITHUB_ENV += "app_version=$app_version"
echo "app_version=$app_version" >> $GITHUB_ENV
- name: Init Python 3.11.4
uses: actions/setup-python@v4