workflow: Update build artifact on compile-check (#1005)

This commit is contained in:
MonsterDruide1 2026-04-09 22:01:06 +02:00 committed by GitHub
parent a122077d04
commit a259d68c11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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