1 Commits
v1.2 ... v1.3

Author SHA1 Message Date
zbx1425
1c5410759d Fix github action files included 2023-11-14 22:06:02 +08:00
3 changed files with 3 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
# .packwizignore follows the same format as .gitignore, and can be used to exclude unwanted files from pack exports # .packwizignore follows the same format as .gitignore, and can be used to exclude unwanted files from pack exports
# See https://git-scm.com/docs/gitignore # See https://git-scm.com/docs/gitignore
/.github/**
# Exclude README # Exclude README
/README.md /README.md

View File

@@ -1,9 +1,5 @@
hash-format = "sha256" hash-format = "sha256"
[[files]]
file = ".github/workflows/pages.yml"
hash = "818802f032d48567fbecc4eaf11ad56d154b8af1400cfc2c381d0479d9300b0b"
[[files]] [[files]]
file = "config/resourcepackupdater.json" file = "config/resourcepackupdater.json"
hash = "63024c4575fe365fd1ca31c78384c7f2f7adf30b71a0948e90da14b53db6fc40" hash = "63024c4575fe365fd1ca31c78384c7f2f7adf30b71a0948e90da14b53db6fc40"

View File

@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "6ad9eccc4e0577a6690371f6b9212d94025b6537b8120410c7f123d66d534764" hash = "f7ced66c19ee863fccef0f7dd19800b1c50cc4ef90130e225b5fc53ed8b24446"
[versions] [versions]
fabric = "0.14.22" fabric = "0.14.22"