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