Update validate.yml - Renamed uploaded artifacts

This commit is contained in:
LT_SCHMIDDY 2025-11-24 16:19:16 -05:00 committed by GitHub
parent 586d8cf40d
commit bd3a0805d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,7 +55,7 @@ jobs:
if: runner.os != 'Windows'
uses: actions/upload-artifact@v4
with:
name: BuildResults-${{ matrix.os }}-${{ matrix.type }}
name: RecompBuildArtifacts-${{ matrix.os }}-${{ matrix.type }}
path: |
./cmake-build/LiveRecompTest
./cmake-build/N64Recomp
@ -78,7 +78,7 @@ jobs:
if: runner.os == 'Windows'
uses: actions/upload-artifact@v4
with:
name: BuildResults-${{ matrix.os }}-${{ matrix.type }}
name: RecompBuildArtifacts-${{ matrix.os }}-${{ matrix.type }}
path: |
./cmake-build/LiveRecompTest.exe
./cmake-build/N64Recomp.exe