Merge pull request #11 from Stone-Red-Code/Fix-working-directory-for-Chocolatey-push-step

Fix working directory for Chocolatey push step
This commit is contained in:
Stone_Red
2026-03-06 13:18:08 +01:00
committed by GitHub
+1
View File
@@ -27,6 +27,7 @@ jobs:
- name: Push to Chocolatey
shell: pwsh
working-directory: ./choco
run: |
$package = Get-ChildItem *.nupkg | Select-Object -First 1
if ($package) {