From a7d8a0ba0bebff1b6a735fa433fc30e305c81ca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96=2E=20Efe=20D=2E?= <67526259+skyline69@users.noreply.github.com> Date: Wed, 24 Dec 2025 03:08:23 +0100 Subject: [PATCH] remove temp upstream first when cloning --- .github/workflows/fetch-upstream-mods.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/fetch-upstream-mods.yml b/.github/workflows/fetch-upstream-mods.yml index 51efa7f1..36afdf68 100644 --- a/.github/workflows/fetch-upstream-mods.yml +++ b/.github/workflows/fetch-upstream-mods.yml @@ -17,6 +17,7 @@ jobs: - name: Clone upstream GitHub repo run: | + rm -rf /tmp/upstream git clone https://github.com/skyline69/balatro-mod-index.git /tmp/upstream - name: Replace mods directory