Change name of Schemas Artifact

This commit is contained in:
Ben C 2022-05-26 07:43:32 -04:00 committed by GitHub
parent 4cb1bbe61e
commit 47e02fd0dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ jobs:
- name: Upload Schemas Artifact - name: Upload Schemas Artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: NewHorizons-${{ env.BUILD_TYPE }} name: NewHorizons-Schemas-${{ env.BUILD_TYPE }}
path: .\NewHorizons\Schemas path: .\NewHorizons\Schemas
# Only want to commit schemas if they've actually changed # Only want to commit schemas if they've actually changed