Edit .onedev-buildspec.yml

This commit is contained in:
erris
2026-03-10 06:12:45 +01:00
parent 42090a5d47
commit 729abc17f0

View File

@@ -64,7 +64,7 @@ jobs:
- type: PublishArtifactStep - type: PublishArtifactStep
name: Get build artifacts name: Get build artifacts
sourcePath: build sourcePath: build
artifacts: editor/oe_editor open_engine/libopen_engine.a artifacts: '*'
condition: SUCCESSFUL condition: SUCCESSFUL
optional: false optional: false
retryCondition: never retryCondition: never