Skip to content

Commit

Permalink
fix quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargaj committed Apr 13, 2024
1 parent e792c37 commit e88084d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: version
working-directory: ./KKPViewer/
run: |
$version = (Get-Content version.h | Select-String -Pattern "#define VERSION \"(.*)\"").Matches.Groups[1].Value
$version = (Get-Content version.h | Select-String -Pattern '#define VERSION "(.*)"').Matches.Groups[1].Value
echo "version=$($version)" >> $env:GITHUB_OUTPUT
- name: Create tag
working-directory: ./KKPViewer/
Expand Down

0 comments on commit e88084d

Please sign in to comment.