mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-12-20 23:12:40 +00:00
Update validate.yml - uses Runner os and arch for artifact names
This commit is contained in:
parent
58bccbd47c
commit
55e2f06f56
1 changed files with 2 additions and 2 deletions
4
.github/workflows/validate.yml
vendored
4
.github/workflows/validate.yml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
||||||
if: runner.os != 'Windows'
|
if: runner.os != 'Windows'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: N64Recomp-${{ matrix.os }}-${{ matrix.type }}
|
name: N64Recomp-${{ runner.os }}-${{ runner.arch }}-${{ matrix.type }}
|
||||||
path: |
|
path: |
|
||||||
./cmake-build/LiveRecompTest
|
./cmake-build/LiveRecompTest
|
||||||
./cmake-build/N64Recomp
|
./cmake-build/N64Recomp
|
||||||
|
|
@ -74,7 +74,7 @@ jobs:
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: N64Recomp-${{ matrix.os }}-${{ matrix.type }}
|
name: N64Recomp-${{ runner.os }}-${{ runner.arch }}-${{ matrix.type }}
|
||||||
path: |
|
path: |
|
||||||
./cmake-build/LiveRecompTest.exe
|
./cmake-build/LiveRecompTest.exe
|
||||||
./cmake-build/N64Recomp.exe
|
./cmake-build/N64Recomp.exe
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue