Merge pull request #10 from Stone-Red-Code/Change-build-script-execution-in-choco-deploy

Change build script execution in choco-deploy.yml
This commit is contained in:
Stone_Red
2026-03-06 13:14:36 +01:00
committed by GitHub
+2 -1
View File
@@ -20,7 +20,8 @@ jobs:
- name: Build and Pack - name: Build and Pack
shell: pwsh shell: pwsh
run: ./choco/build.ps1 working-directory: ./choco
run: ./build.ps1
env: env:
CI: true CI: true