Compare commits
4 commits
b99cc6eb7a
...
b85d3453b2
Author | SHA1 | Date | |
---|---|---|---|
b85d3453b2 | |||
fbd240a268 | |||
c6754818ac | |||
d0ea9ac431 |
4 changed files with 14 additions and 12 deletions
|
@ -16,10 +16,12 @@ jobs:
|
|||
go-version: 'stable' # The Go version to download (if necessary) and use.
|
||||
- run: |
|
||||
mkdir /workspace/bin
|
||||
mkdir TrotCraft/builds
|
||||
export GOBIN=/workspace/bin
|
||||
go install github.com/packwiz/packwiz@latest
|
||||
cd TrotCraft/client
|
||||
/workspace/bin/packwiz refresh --build
|
||||
/workspace/bin/packwiz mr export -o ../builds/TrotCraft-latest.mrpack
|
||||
cd ../server
|
||||
/workspace/bin/packwiz refresh --build
|
||||
- name: Deploy
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name = "Controlify"
|
||||
filename = "Controlify-2.0.0-beta.3+1.20.4.jar"
|
||||
filename = "Controlify-2.0.0-beta.5+1.20.4.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/DOUdJVEm/versions/im0SBR8Y/Controlify-2.0.0-beta.3%2B1.20.4.jar"
|
||||
url = "https://cdn.modrinth.com/data/DOUdJVEm/versions/FeADDFg7/Controlify-2.0.0-beta.5%2B1.20.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "455aa31c1869d07846a9171b25a86a16cab7f500"
|
||||
hash = "33783ebb7951e830f5d07e520f78ebe1d4ef7051"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "DOUdJVEm"
|
||||
version = "im0SBR8Y"
|
||||
version = "FeADDFg7"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name = "Mod Menu"
|
||||
filename = "modmenu-9.1.0-beta.1.jar"
|
||||
filename = "modmenu-9.2.0-beta.2.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/w3icASIi/modmenu-9.1.0-beta.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/ybV7vGT5/modmenu-9.2.0-beta.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "0417da163e6e9692c08c113117a1bd39337a7a03"
|
||||
hash = "ae50f27e17e1c6b9da1293c391729f4bd5e63f65"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "mOgUt4GM"
|
||||
version = "w3icASIi"
|
||||
version = "ybV7vGT5"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name = "YetAnotherConfigLib"
|
||||
filename = "yet-another-config-lib-fabric-3.3.2+1.20.4.jar"
|
||||
filename = "YetAnotherConfigLib-3.4.0+1.20.4-fabric.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/StXMrAsz/yet-another-config-lib-fabric-3.3.2%2B1.20.4.jar"
|
||||
url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/G8Aq3OEv/YetAnotherConfigLib-3.4.0%2B1.20.4-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "9cbb8f3401160ec4422630bbf930208a898fe320"
|
||||
hash = "e0b74579c217b6161bac62ea2872af96660c589e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "1eAoo2KR"
|
||||
version = "StXMrAsz"
|
||||
version = "G8Aq3OEv"
|
||||
|
|
Loading…
Reference in a new issue