Skip to content

Commit dc50ec8

Browse files
authored
Merge pull request #29 from Flow-Launcher/file_version
Use FileVersion in publish.yml
2 parents 2074d7c + 6d31c6e commit dc50ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Get Package Version
5050
# if: github.event_name == 'push' && github.ref == 'refs/heads/main'
5151
run: |
52-
$version = [system.diagnostics.fileversioninfo]::getversioninfo("Flow.Launcher.Localization\bin\Release\netstandard2.0\Flow.Launcher.Localization.dll").productversion
52+
$version = [system.diagnostics.fileversioninfo]::getversioninfo("Flow.Launcher.Localization\bin\Release\netstandard2.0\Flow.Launcher.Localization.dll").fileversion
5353
echo "release_version=$version" | out-file -filepath $env:github_env -encoding utf-8 -append
5454
5555
# Publish to GitHub releases

0 commit comments

Comments
 (0)