diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 91d4bc4..c32d78b 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -55,7 +55,7 @@ jobs: if: runner.os != 'Windows' uses: actions/upload-artifact@v4 with: - name: N64Recomp-${{ matrix.os }}-${{ matrix.type }} + name: N64Recomp-${{ runner.os }}-${{ runner.arch }}-${{ matrix.type }} path: | ./cmake-build/LiveRecompTest ./cmake-build/N64Recomp @@ -74,7 +74,7 @@ jobs: if: runner.os == 'Windows' uses: actions/upload-artifact@v4 with: - name: N64Recomp-${{ matrix.os }}-${{ matrix.type }} + name: N64Recomp-${{ runner.os }}-${{ runner.arch }}-${{ matrix.type }} path: | ./cmake-build/LiveRecompTest.exe ./cmake-build/N64Recomp.exe