This commit is contained in:
parent
f9888588d6
commit
d98d3bd8f1
@ -9,4 +9,6 @@ pipeline:
|
||||
api_key:
|
||||
from_secret: GITEA_KEY
|
||||
base_url: https://gitea.malloc.hackerbots.net/
|
||||
files: *.zip *.sha1
|
||||
files:
|
||||
- ./*.zip
|
||||
- ./*.sha1
|
3
Makefile
3
Makefile
@ -4,6 +4,9 @@ BUILD_VERSION:=$(shell git describe --tags)
|
||||
|
||||
all: malloc-data-$(BUILD_VERSION).zip malloc-data-$(BUILD_VERSION).zip.sha1
|
||||
|
||||
pack.mcmeta: pack.mcmeta.in
|
||||
sed -e 's/@VERSION@/$(BUILD_VERSION)/g' $< > $@
|
||||
|
||||
malloc-data-$(BUILD_VERSION).zip: pack.mcmeta
|
||||
zip -r $@ pack.mcmeta data
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 10,
|
||||
"description": "Malloc Minecraft Item Functions (1.0.0)"
|
||||
"description": "Malloc Minecraft Item Functions (v1.0.0-1-gf988858)"
|
||||
}
|
||||
}
|
||||
|
6
pack.mcmeta.in
Normal file
6
pack.mcmeta.in
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 10,
|
||||
"description": "Malloc Minecraft Item Functions (@VERSION@)"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user