From 4e37f6c8f03a6d20a5010ecdd8a57f1b09b49494 Mon Sep 17 00:00:00 2001 From: Nikita Kruglickiy Date: Sat, 16 Mar 2024 21:53:02 +0300 Subject: [PATCH] Build? --- .gitea/workflows/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 93c6cd3..be13d81 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -7,11 +7,15 @@ 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: StandaloneWindows + targetPlatform: StandaloneWindows64 - run: ls -la \ No newline at end of file