--- property: workspace: "." commands: ### Version 쓰기 - command: CreateAppData param: scm: Git name: OTO relativeAssetPath: assets/data return-version: "" return-hash: "" ### 프로젝트 패키지 업데이트 - command: BuildDart param: {} ### 실행가능한 파일로 빌드 - command: BuildDartCompile param: targetDartFile: "./bin/main.dart" buildFileName: oto_cli ### 최종 zip 파일 형태로 저장 - command: Zip param: zipFile: "/release/oto_osx_v.zip" zipList: - "/release/oto_service_cli"