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
name: Get build artifacts
sourcePath: build
artifacts: '*'
artifacts: ./editor/* open_engine/*
condition: SUCCESSFUL
optional: false
retryCondition: never