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.
1 parent 19e4fd7 commit 4633878Copy full SHA for 4633878
.github/workflows/publish.yml
@@ -42,7 +42,7 @@ jobs:
42
# Get package version
43
- name: Get Package Version
44
run: |
45
- $version = [system.diagnostics.fileversioninfo]::getversioninfo("bin\Release\net9.0-windows\ContextMenuManager.dll").fileversion
+ $version = [system.diagnostics.fileversioninfo]::getversioninfo("ContextMenuManager\bin\Release\net9.0-windows\ContextMenuManager.dll").fileversion
46
echo "release_version=$version" | out-file -filepath $env:github_env -encoding utf-8 -append
47
48
# Publish the project
@@ -53,5 +53,5 @@ jobs:
53
- name: Publish
54
uses: softprops/action-gh-release@v2
55
with:
56
- files: bin\Publish\ContextMenuManager.exe
+ files: ContextMenuManager\bin\Publish\ContextMenuManager.exe
57
tag_name: "${{ env.release_version }}"
0 commit comments