Fix GitHub Actions
This commit is contained in:
parent
770bba5b45
commit
badddb3bb4
|
@ -12,10 +12,10 @@ jobs:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: xb setup
|
run: .\xb setup
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: xb build --cpu_arch=${{matrix.cpu_arch}} --target=src\xenia-app --target=tests\xenia-cpu-ppc-tests --target=src\xenia-vfs-dump
|
run: .\xb build --cpu_arch=${{matrix.cpu_arch}} --target=src\xenia-app --target=tests\xenia-cpu-ppc-tests --target=src\xenia-vfs-dump
|
||||||
|
|
||||||
- name: Prepare artifacts
|
- name: Prepare artifacts
|
||||||
run: |
|
run: |
|
||||||
|
@ -23,6 +23,7 @@ jobs:
|
||||||
robocopy . artifacts LICENSE
|
robocopy . artifacts LICENSE
|
||||||
if errorlevel 8 exit /b 1
|
if errorlevel 8 exit /b 1
|
||||||
exit /b 0
|
exit /b 0
|
||||||
|
shell: cmd
|
||||||
|
|
||||||
- uses: actions/upload-artifact@master
|
- uses: actions/upload-artifact@master
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue