We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2074d7c + 6d31c6e commit dc50ec8Copy full SHA for dc50ec8
.github/workflows/publish.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Get Package Version
50
# if: github.event_name == 'push' && github.ref == 'refs/heads/main'
51
run: |
52
- $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
53
echo "release_version=$version" | out-file -filepath $env:github_env -encoding utf-8 -append
54
55
# Publish to GitHub releases
0 commit comments