Skip to content

Commit

Permalink
更新 build-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp authored Oct 9, 2023
1 parent de427fd commit a03c76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
echo "app_version=$app_version" >> $GITHUB_ENV
echo app_version=%app_version% >> %GITHUB_ENV%
- name: Init Python 3.11.4
uses: actions/setup-python@v4
Expand Down

0 comments on commit a03c76e

Please sign in to comment.