Skip to content

Commit 906a18e

Browse files
authored
Fix get version issue in publish.yml
1 parent d3b04b7 commit 906a18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

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

0 commit comments

Comments
 (0)