From a956a2bde03e8b3bdb6be1b652f3e54a1658cc11 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 11 Mar 2024 20:19:21 -0400 Subject: [PATCH] don't store the atlauncher updater jar file in lfs because actions breaks it for some odd reason --- .forgejo/workflows/actions.yaml | 3 --- .gitattributes | 2 -- 2 files changed, 5 deletions(-) diff --git a/.forgejo/workflows/actions.yaml b/.forgejo/workflows/actions.yaml index 6a07f22..b17c38c 100644 --- a/.forgejo/workflows/actions.yaml +++ b/.forgejo/workflows/actions.yaml @@ -57,9 +57,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Retrieve LFS files - run: git lfs fetch --all - - name: Copy export files run: | mkdir -vp /export/atlauncher/.minecraft diff --git a/.gitattributes b/.gitattributes index b94d244..ad7fcb5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,2 @@ # Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows * -text -*.jar filter=lfs diff=lfs merge=lfs -text -build/atlauncher/.minecraft/galacticfactory-updater.jar filter=lfs diff=lfs merge=lfs -text