Skip to content

Commit f1a8cb3

Browse files
author
Simeon Kummer
committed
use git lfs for the large resource pack.
1 parent 9a21bd6 commit f1a8cb3

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
resourcepack.zip filter=lfs diff=lfs merge=lfs -text

.github/workflows/upload-resourcepack.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ jobs:
1111
upload-resourcepack:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Checkout repository
14+
- name: Checkout repository with LFS
1515
uses: actions/checkout@v3
16+
with:
17+
lfs: true
1618

1719
- name: Upload resourcepack as artifact
1820
uses: actions/upload-artifact@v3

.gitignore

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,15 @@ pids
3535
*.pid.lock
3636

3737
# BlitzClient runtime data (dev)
38-
minecraft
38+
minecraft
39+
40+
# Node dependencies
41+
node_modules/
42+
43+
# OS files
44+
.DS_Store
45+
Thumbs.db
46+
47+
# Build/dist directories
48+
/dist
49+
/build

resourcepack.zip

-23.7 MB
Binary file not shown.

0 commit comments

Comments
 (0)