Skip to content

Commit

Permalink
2025-01-16T0905Z
Browse files Browse the repository at this point in the history
  • Loading branch information
Windows81 committed Jan 16, 2025
1 parent 60fb561 commit 9350ffd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
id: version_num
shell: bash
run: |
LC_ALL=en_US.utf8 echo "version=$(grep "(?<=GIT_RELEASE_VERSION = ''').+(?=''')" -Po "./Source/util/const.py")" >> $GITHUB_OUTPUT
export LC_ALL=en_US.utf8
echo "version=$(grep "(?<=GIT_RELEASE_VERSION = ''').+(?=''')" -Po "./Source/util/const.py")" >> $GITHUB_OUTPUT
- name: Set Up Python
uses: actions/[email protected]
Expand Down

0 comments on commit 9350ffd

Please sign in to comment.