workflows

This commit is contained in:
Xikaro 2023-12-14 09:32:24 +05:00
parent 06fdef7840
commit 339f2e5d96
20 changed files with 22 additions and 21 deletions

View file

@ -1,6 +1,6 @@
name = "Better Ping Display"
filename = "BetterPingDisplay-1.20.1-1.1.jar"
side = "both"
side = "client"
[download]
hash-format = "sha1"

View file

@ -1,6 +1,6 @@
name = "Better Third Person"
filename = "BetterThirdPerson-Forge-1.20-1.9.0.jar"
side = "both"
side = "client"
[download]
hash-format = "sha1"

View file

@ -1,6 +1,6 @@
name = "Blur (Forge)"
filename = "blur-forge-3.1.1.jar"
side = "both"
side = "client"
[download]
hash-format = "sha1"

View file

@ -1,6 +1,6 @@
name = "Cherished Worlds (Fabric/Forge/Quilt)"
filename = "cherishedworlds-forge-6.1.4+1.20.1.jar"
side = "both"
side = "client"
[download]
hash-format = "sha1"

View file

@ -1,6 +1,6 @@
name = "Client Tweaks"
filename = "clienttweaks-forge-1.20-11.1.0.jar"
side = "both"
side = "client"
[download]
hash-format = "sha1"

View file

@ -1,6 +1,6 @@
name = "CraftPresence"
filename = "CraftPresence-2.2.5+1.20.1.jar"
side = "both"
side = "client"
[download]
hash-format = "sha1"

View file

@ -1,6 +1,6 @@
name = "Cupboard"
filename = "cupboard-1.20.1-2.1.jar"
side = "both"
side = "client"
[download]
hash-format = "sha1"

View file

@ -1,6 +1,6 @@
name = "Drippy Loading Screen [Forge]"
filename = "drippyloadingscreen_forge_2.2.4_MC_1.20.1.jar"
side = "both"
side = "client"
[download]
hash-format = "sha1"

View file

@ -1,6 +1,6 @@
name = "Magnesium/Rubidium Dynamic Lights"
filename = "dynamiclightsreforged-1.20.1_v1.6.0.jar"
side = "both"
side = "client"
[download]
hash-format = "sha1"

View file

@ -1,6 +1,6 @@
name = "Embeddium"
filename = "embeddium-0.2.13+mc1.20.1.jar"
side = "both"
side = "client"
[download]
hash-format = "sha1"

View file

@ -1,6 +1,6 @@
name = "Entity Culling Fabric/Forge"
filename = "entityculling-forge-1.6.2-mc1.20.1.jar"
side = "both"
side = "client"
[download]
hash-format = "sha1"

View file

@ -1,6 +1,6 @@
name = "FancyMenu [Forge]"
filename = "fancymenu_forge_2.14.9-3_MC_1.20.1.jar"
side = "both"
side = "client"
[download]
hash-format = "sha1"

View file

@ -1,6 +1,6 @@
name = "Farsight [Forge]"
filename = "farsight-1.20.1-3.6.jar"
side = "both"
side = "client"
[download]
hash-format = "sha1"

View file

@ -1,6 +1,6 @@
name = "Inventory HUD+"
filename = "invhud.forge.1.20.1-3.4.18.jar"
side = "both"
side = "client"
[download]
hash-format = "sha1"

View file

@ -1,6 +1,6 @@
name = "ItemPhysic Lite"
filename = "ItemPhysicLite_FORGE_v1.6.1_mc1.20.jar"
side = "both"
side = "client"
[download]
hash-format = "sha1"

View file

@ -1,6 +1,6 @@
name = "Konkrete [Forge]"
filename = "konkrete_forge_1.6.1-2_MC_1.20.jar"
side = "both"
side = "client"
[download]
hash-format = "sha1"

View file

@ -1,6 +1,6 @@
name = "Mouse Tweaks"
filename = "MouseTweaks-forge-mc1.20-2.25.jar"
side = "both"
side = "client"
[download]
hash-format = "sha1"

View file

@ -1,6 +1,6 @@
name = "Not Enough Animations"
filename = "notenoughanimations-forge-1.6.4-mc1.20.jar"
side = "both"
side = "client"
[download]
hash-format = "sha1"

View file

@ -1,6 +1,6 @@
name = "Oculus"
filename = "oculus-mc1.20.1-1.6.13.jar"
side = "both"
side = "client"
[download]
hash-format = "sha1"

View file

@ -39,10 +39,11 @@ jobs:
- name: Archive CF
run: |
cd ./
packwiz curseforge export
packwiz curseforge export -o TerraFirmaGreg-1.20.x-${{ steps.get_version.outputs.version }}-cf.zip
- name: Archive MMC
run: |
git submodule init
mkdir -p .minecraft
cp -r ./{config,defaultconfigs,kubejs,mods,.github/buildtools/modpack/mmc-pack.json,.github/buildtools/modpack/instance.cfg} .minecraft/
zip -r ./TerraFirmaGreg-1.20.x-${{ steps.get_version.outputs.version }}-mmc.zip .minecraft/
@ -63,6 +64,6 @@ jobs:
name: Release ${{ steps.changelog.outputs.version }}
body: ${{ steps.changelog.outputs.description }}
files: |
./TerraFirmaGreg-1.20.x-${{ steps.get_version.outputs.version }}.zip
./TerraFirmaGreg-1.20.x-${{ steps.get_version.outputs.version }}-cf.zip
./TerraFirmaGreg-1.20.x-${{ steps.get_version.outputs.version }}-mmc.zip
./TerraFirmaGreg-1.20.x-${{ steps.get_version.outputs.version }}-server.zip