try at fixing curseforge export
This commit is contained in:
parent
2f99cda613
commit
b73474b89a
5 changed files with 10 additions and 12 deletions
|
|
@ -19,14 +19,14 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
packwiz mr export
|
packwiz mr export
|
||||||
packwiz cf export -s server
|
packwiz cf export -s server
|
||||||
mv Linuxcraft-*.zip Linuxcraft-$GITHUB_REF_NAME-server.zip
|
mv Linuxcraft-$GITHUB_REF_NAME.zip Linuxcraft-$GITHUB_REF_NAME-server.zip
|
||||||
packwiz cf export
|
packwiz cf export
|
||||||
|
|
||||||
- name: Upload binary artifact
|
- name: Upload binary artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Linuxcraft-${{ env.GITHUB_REF_NAME }}
|
name: Linuxcraft-${{ env.GITHUB_REF_NAME }}
|
||||||
path: ./Linuxcraft-*
|
path: ./Linuxcraft-${{ env.GITHUB_REF_NAME }}.*
|
||||||
|
|
||||||
publish-artifacts:
|
publish-artifacts:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
@ -69,3 +69,4 @@ jobs:
|
||||||
tag: "${{ github.ref_name }}"
|
tag: "${{ github.ref_name }}"
|
||||||
sha: "${{ github.sha }}"
|
sha: "${{ github.sha }}"
|
||||||
override: true
|
override: true
|
||||||
|
hide-archive-link: true
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,3 @@
|
||||||
|
.forgejo
|
||||||
README.md
|
README.md
|
||||||
Dockerfile
|
Dockerfile
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,10 @@ Whitelist: ping catppuccin-macchiato or tux to get whitelisted
|
||||||
|
|
||||||
## Release Notes
|
## Release Notes
|
||||||
|
|
||||||
|
### v1.5.5
|
||||||
|
|
||||||
|
- Try to fix CurseForge Export Format
|
||||||
|
|
||||||
### v1.5.4
|
### v1.5.4
|
||||||
|
|
||||||
## Mod Additions
|
## Mod Additions
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,5 @@
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = ".forgejo/workflows/buildcontainer.yml"
|
|
||||||
hash = "a6e58d665874aa227d3d7278afc0b8db7aacff92d6eeebddde3bbdc4d9faa135"
|
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = ".forgejo/workflows/publish-release.yml"
|
|
||||||
hash = "b97ff49aa5527b36df8bbd71f7c80889e3d4a02aeb3476b3a931b25151601af5"
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "defaultconfigs/mousewheelie.hjson"
|
file = "defaultconfigs/mousewheelie.hjson"
|
||||||
hash = "eb10190320c9cf49b7b95299c01c4c163736de8d401a14252f8170add0de18f0"
|
hash = "eb10190320c9cf49b7b95299c01c4c163736de8d401a14252f8170add0de18f0"
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
name = "Linuxcraft"
|
name = "Linuxcraft"
|
||||||
author = "Astreaprtcl"
|
author = "Astreaprtcl"
|
||||||
version = "1.5.4"
|
version = "v1.5.5"
|
||||||
pack-format = "packwiz:1.1.0"
|
pack-format = "packwiz:1.1.0"
|
||||||
|
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "8f5297bf0f115efadf6383b0940f7f9998677a73eb92f40d4ff9c45e0f73215e"
|
hash = "1e0bab4d16fcc4ff594ba3e245d1635759260d820cd7988338f0e8dcbd8e7424"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.16.14"
|
fabric = "0.16.14"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue