2024-03-16 22:16:34 +03:00

24 lines
502 B
YAML

on:
workflow_dispatch:
#on:
# push:
# branches:
# - main
jobs:
build:
runs-on: main
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
- uses: game-ci/unity-builder@v4
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
targetPlatform: StandaloneWindows64
- run: ls -la