Skip to content

Commit 1fba8dd

Browse files
authored
test path
1 parent 9f01277 commit 1fba8dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- main
7+
- '*'
88
tags:
99
- '*'
1010

@@ -51,6 +51,7 @@ jobs:
5151
- name: Get Package Version
5252
# if: github.event_name == 'push' && github.ref == 'refs/heads/main'
5353
run: |
54+
pwd
5455
$version = [system.diagnostics.fileversioninfo]::getversioninfo("Flow.Launcher.Localization\bin\Release\netstandard2.0\Flow.Launcher.Localization.dll").productversion
5556
echo "release_version=$version" | out-file -filepath $env:github_env -encoding utf-8 -append
5657

0 commit comments

Comments
 (0)