Skip to content

Commit 902b599

Browse files
committed
ci: fix incorrect executable filename in publish workflow
The filename in the afterbuild.ps1 script call was incorrect (KeyAsio.exe vs KeyASIO.exe). This ensures the build process uses the correct case-sensitive filename.
1 parent 55b801f commit 902b599

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
@@ -62,7 +62,7 @@ jobs:
6262
shell: pwsh
6363
run: |
6464
copy .\src\Apps\KeyAsio\DotNetDllPathPatcher.ps1 .\DotNetDllPathPatcher.ps1
65-
.\src\Apps\KeyAsio\afterbuild.ps1 .\ci-publish-win64\KeyAsio.exe
65+
.\src\Apps\KeyAsio\afterbuild.ps1 .\ci-publish-win64\KeyASIO.exe
6666
6767
- name: Pack via 7z
6868
run: |

0 commit comments

Comments
 (0)