Edit .onedev-buildspec.yml

This commit is contained in:
erris
2026-03-10 04:46:15 +01:00
parent f053f23ed6
commit 9fc3422913

View File

@@ -63,6 +63,11 @@ jobs:
useTTY: true useTTY: true
condition: SUCCESSFUL condition: SUCCESSFUL
optional: false optional: false
- type: PublishArtifactStep
name: Get build artifacts
artifacts: build/editor/oe_editor build/open_engine/libopen_engine.a
condition: SUCCESSFUL
optional: false
retryCondition: never retryCondition: never
maxRetries: 3 maxRetries: 3
retryDelay: 30 retryDelay: 30