Fix Build Workflow

This commit is contained in:
Ben C 2025-03-15 08:05:52 -04:00
parent cedff98834
commit bbd1a9575b
No known key found for this signature in database

View File

@ -62,8 +62,7 @@ jobs:
name: NewHorizons-Schemas-${{ inputs.build_type }} name: NewHorizons-Schemas-${{ inputs.build_type }}
path: .\NewHorizons\Schemas path: .\NewHorizons\Schemas
- name: Verify Changed Schemas - name: Check Changed Schemas
uses: tj-actions/verify-changed-files@v20
id: changed_files id: changed_files
with: run: |
files: NewHorizons/Schemas/** echo "files_changed=$(git diff --exit-code NewHorizons/Schemas >/dev/null 2>&1 && echo false || echo true)" >> $GITHUB_OUTPUT