mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fix Build Workflow
This commit is contained in:
parent
cedff98834
commit
bbd1a9575b
7
.github/workflows/build.yaml
vendored
7
.github/workflows/build.yaml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user