Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit 03f0b66

Browse files
authored
Fix path to AutoPowerTimeOut.dll for version retrieval
1 parent 5f2e56a commit 03f0b66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Get package version
4343
- name: Get Package Version
4444
run: |
45-
$version = [system.diagnostics.fileversioninfo]::getversioninfo("bin\Release\net9.0-windows10.0.19041.0\AutoPowerTimeOut.dll").fileversion
45+
$version = [system.diagnostics.fileversioninfo]::getversioninfo("bin\x64\Release\AutoPowerTimeOut.dll").fileversion
4646
echo "release_version=$version" | out-file -filepath $env:github_env -encoding utf-8 -append
4747
4848
# Publish the project

0 commit comments

Comments
 (0)