Skip to content

Commit 626032b

Browse files
authored
Update build.yml
1 parent c02e616 commit 626032b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# Get package version
4040
- name: Get Package Version
4141
run: |
42-
$version = [system.diagnostics.fileversioninfo]::getversioninfo("Flow.Launcher.Localization\bin\Release\netstandard2.0\Flow.Launcher.Localization.dll").productversion
42+
$version = [system.diagnostics.fileversioninfo]::getversioninfo("Flow.Launcher.Localization\bin\Release\netstandard2.0\Flow.Launcher.Localization.dll").fileversion
4343
echo "release_version=$version" | out-file -filepath $env:github_env -encoding utf-8 -append
4444
4545
# Execute all unit tests in the solution

0 commit comments

Comments
 (0)