don't store the atlauncher updater jar file in lfs because actions breaks it for some odd reason
This commit is contained in:
parent
ba98e45455
commit
a956a2bde0
2 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
2
.gitattributes
vendored
2
.gitattributes
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue