mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-04-23 09:04:21 +00:00
workflow: Update build artifact on compile-check (#1005)
This commit is contained in:
parent
a122077d04
commit
a259d68c11
6
.github/workflows/compile-check.yml
vendored
6
.github/workflows/compile-check.yml
vendored
|
|
@ -66,3 +66,9 @@ jobs:
|
|||
cat errfile | tr '\n' '\f' | sed 's/Stack backtrace:.*//' | tr '\f' '\n'
|
||||
exit 1
|
||||
fi
|
||||
- name: Upload build artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: odyssey
|
||||
path: build/odyssey
|
||||
if-no-files-found: error
|
||||
|
|
|
|||
Loading…
Reference in a new issue