ci: Provide path to extract directory

This commit is contained in:
Aetias
2025-03-15 16:06:44 +01:00
parent e0281e00fd
commit 89d2c9ce46
2 changed files with 17 additions and 13 deletions
+3 -1
View File
@@ -2,6 +2,8 @@ name: Build
on:
push:
branches:
- main
pull_request:
jobs:
@@ -20,7 +22,7 @@ jobs:
- name: Build
run: |
python tools/configure.py ${{ matrix.version }} -w wibo --compiler /mwccarm
python tools/configure.py ${{ matrix.version }} -w wibo --compiler /mwccarm --extract /extract
ninja arm9 report check
- name: Upload report