fix ci
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -26,16 +26,6 @@ jobs:
|
||||
with:
|
||||
name: md5sum.txt
|
||||
path: md5sum.txt
|
||||
- name: Modrinth Body
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
env:
|
||||
MODRINTH_TOKEN: ${{ secrets.MODRINTH_PAT }}
|
||||
run: ./gradlew modrinthSyncBody
|
||||
- name: Modrinth
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
env:
|
||||
MODRINTH_TOKEN: ${{ secrets.MODRINTH_PAT }}
|
||||
run: ./gradlew modrinth
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
|
||||
@@ -10,11 +10,11 @@ Default keybind for options GUI: Right-Shift+T
|
||||
|
||||
# Supported Version:
|
||||
|
||||
- Minecraft 1.20 / 1.20.1 / 1.20.2
|
||||
- Minecraft 1.20.0-4
|
||||
|
||||
# Requires:
|
||||
|
||||
- malilib (0.0.5 requires malilib version 0.16.2-nyan.6 https://github.com/Nyan-Work/malilib/releases/download/snapshot-1.20.2/malilib-fabric-1.20.2-0.16.2-nyan.6.jar)
|
||||
- malilib
|
||||
|
||||
# Known Issues:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user