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.
2 parents d3b04b7 + 906a18e commit 0451b9dCopy full SHA for 0451b9d
.github/workflows/publish.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Get Package Version
52
# if: github.event_name == 'push' && github.ref == 'refs/heads/main'
53
run: |
54
- $version = [system.diagnostics.fileversioninfo]::getversioninfo("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").productversion
55
echo "release_version=$version" | out-file -filepath $env:github_env -encoding utf-8 -append
56
57
# Publish to GitHub releases
0 commit comments