21 lines
468 B
YAML
Raw Normal View History

2024-03-16 21:39:33 +03:00
on:
push:
branches:
- main
jobs:
build:
runs-on: main
steps:
2024-03-16 21:53:02 +03:00
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
2024-03-16 21:39:33 +03:00
- uses: game-ci/unity-builder@v4
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
2024-03-16 21:53:02 +03:00
targetPlatform: StandaloneWindows64
2024-03-16 21:39:33 +03:00
- run: ls -la