Change build script execution in choco-deploy.yml

This commit is contained in:
Stone_Red
2026-03-06 13:13:30 +01:00
committed by GitHub
parent 256a631cdc
commit 95760b1807
+2 -1
View File
@@ -20,7 +20,8 @@ jobs:
- name: Build and Pack
shell: pwsh
run: ./choco/build.ps1
working-directory: ./choco
run: ./build.ps1
env:
CI: true