Files
ScreenCapture/.gitea/workflows/test.yaml
cooney 754fcc5242
Some checks failed
Unity-Cross-Platform-Build / Build for StandaloneOSX (push) Failing after 6s
Unity-Cross-Platform-Build / Build for StandaloneWindows64 (push) Failing after 6s
Update .gitea/workflows/test.yaml
2026-04-02 21:34:20 +09:00

11 lines
361 B
YAML

name: Final Unity Check
on: [push]
jobs:
check:
runs-on: ubuntu-latest # 민구님의 네이티브 러너 라벨
steps:
- name: Unity Engine Check
run: |
~/Unity/Hub/Editor/6000.2.15f1/Editor/Unity -batchmode -version -quit
- name: Simple Log
run: echo "유니티 엔진이 정상적으로 호출되었습니다!"