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
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Retrieve LFS files
|
|
||||||
run: git lfs fetch --all
|
|
||||||
|
|
||||||
- name: Copy export files
|
- name: Copy export files
|
||||||
run: |
|
run: |
|
||||||
mkdir -vp /export/atlauncher/.minecraft
|
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
|
# Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows
|
||||||
* -text
|
* -text
|
||||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
|
||||||
build/atlauncher/.minecraft/galacticfactory-updater.jar filter=lfs diff=lfs merge=lfs -text
|
|
||||||
|
|
Reference in a new issue