Build?
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
Nikita Kruglickiy 2024-03-16 21:53:02 +03:00
parent e9ec884c44
commit 4e37f6c8f0

View File

@ -7,11 +7,15 @@ jobs:
build: build:
runs-on: main runs-on: main
steps: steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
- uses: game-ci/unity-builder@v4 - uses: game-ci/unity-builder@v4
env: env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }} UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with: with:
targetPlatform: StandaloneWindows targetPlatform: StandaloneWindows64
- run: ls -la - run: ls -la