Edit .onedev-buildspec.yml

This commit is contained in:
erris
2026-03-10 06:22:04 +01:00
parent 729abc17f0
commit 55437f397e

View File

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