From 922a184f271def97f03335b117f17c8f4cf0ee68 Mon Sep 17 00:00:00 2001 From: zbx1425 Date: Tue, 18 Aug 2026 14:58:03 +0800 Subject: [PATCH] fix: .github folder not excluded --- .packwizignore | 1 + index.toml | 4 ---- pack.toml | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.packwizignore b/.packwizignore index 4bc239b..f8eabb6 100644 --- a/.packwizignore +++ b/.packwizignore @@ -1,2 +1,3 @@ instance/ +.github/ README.md diff --git a/index.toml b/index.toml index 3eb8f54..0be5313 100644 --- a/index.toml +++ b/index.toml @@ -1,9 +1,5 @@ hash-format = "sha256" -[[files]] -file = ".github/workflows/deploy.yml" -hash = "9ede787cc64f8492fcd23f8100cc766094e49dd7171f26578d372f1da63e7aee" - [[files]] file = "config/custom-hud/profile1.txt" hash = "10d7691ad85825af13bb637bb96ea7235e4e4886dbc48b490d6d34c7b9476265" diff --git a/pack.toml b/pack.toml index 24d6970..bd96cc7 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "dc3fcf30b7418bd9b47b86ce5ad5ce956c558ea755bd49993d22f96aed5fd547" +hash = "b83b46640fc4161479bb596e271f2c55d5648395f498f17c83166675730a7e2c" [versions] fabric = "0.18.4"