From 7323b6e814cf1d9a05b3fe6350dbc1065ab836a8 Mon Sep 17 00:00:00 2001 From: Minimata Date: Mon, 26 Jan 2026 08:12:23 +0100 Subject: [PATCH] trying to fix Export --- .gitea/workflows/main.yaml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index 73472cf7..51b2f677 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -92,19 +92,9 @@ jobs: apt update && apt -y install curl zip nodejs - name: Checkout - uses: actions/checkout@v6 + uses: https://git.game-dev.space/minimata/checkout-with-lfs.git@main with: - lfs: false - persist-credentials: true - - - name: Checkout LFS - run: | - git lfs install --local - AUTH=$(git config http.${{ gitea.server_url }}/.extraheader) - AUTH_FILE=$(git config includeif.gitdir:/workspace/${{ gitea.repository }}/.git.path) - git config -f $AUTH_FILE --unset http.${{ gitea.server_url }}/.extraheader - git config -f $AUTH_FILE http.${{ gitea.server_url }}/${{ gitea.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH" - git lfs pull + checkout-version: 3 - name: Import resources and build solution run: |