We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02e616 commit 626032bCopy full SHA for 626032b
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
# Get package version
40
- name: Get Package Version
41
run: |
42
- $version = [system.diagnostics.fileversioninfo]::getversioninfo("Flow.Launcher.Localization\bin\Release\netstandard2.0\Flow.Launcher.Localization.dll").productversion
+ $version = [system.diagnostics.fileversioninfo]::getversioninfo("Flow.Launcher.Localization\bin\Release\netstandard2.0\Flow.Launcher.Localization.dll").fileversion
43
echo "release_version=$version" | out-file -filepath $env:github_env -encoding utf-8 -append
44
45
# Execute all unit tests in the solution
0 commit comments