21 lines
472 B
YAML
Raw Normal View History

2024-03-16 22:10:25 +03:00
#on:
# push:
# branches:
# - main
2024-03-16 21:39:33 +03:00
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