mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-04 09:06:41 +02:00
Fix working directory for Chocolatey push step
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user