[CLAUDE] CICD: drop GITHUB_PATH step (UTF-16 NUL issue) - PATH already set via NSSM
Some checks failed
Deploy SOLUTION_ERP / build-deploy (push) Failing after 1m12s
Some checks failed
Deploy SOLUTION_ERP / build-deploy (push) Failing after 1m12s
This commit is contained in:
@ -22,12 +22,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Add dotnet + node to PATH
|
||||
shell: powershell
|
||||
run: |
|
||||
echo "C:\Program Files\dotnet" >> $env:GITHUB_PATH
|
||||
echo "C:\Program Files\nodejs" >> $env:GITHUB_PATH
|
||||
|
||||
- name: Show tool versions
|
||||
shell: powershell
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user