Skip to content

Commit

Permalink
temp build change
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewperiut committed Mar 5, 2025
1 parent 69e0e36 commit de6e0c5
Showing 1 changed file with 0 additions and 58 deletions.
58 changes: 0 additions & 58 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,64 +35,6 @@ jobs:
echo "minecraft-version=${VERSIONS[0]}" >> "${GITHUB_OUTPUT}"
echo "mod-version=${VERSIONS[1]}" >> "${GITHUB_OUTPUT}"
- name: Upload fabric artifacts
uses: Kir-Antipov/[email protected]
with:
modrinth-id: ht0eTMEs
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
modrinth-featured: true

name: '[${{ steps.versions.outputs.minecraft-version }}] Fabric ${{ steps.versions.outputs.mod-version }}'
version: 'fabric-${{ steps.versions.outputs.minecraft-version }}-${{ steps.versions.outputs.mod-version }}'

curseforge-id: 640001
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}

github-token: ${{ secrets.GITHUB_TOKEN }}

files: |
fabric/build/libs/!(*-@(sources|dev|dev-shadow|javadoc).jar)
version-type: release

loaders: fabric quilt

dependencies: |
fabric-api(required)
architectury-api(required)
chisel-reborn(required)
game-version-filter: releases # Defaults to selecting the latest compatible version of Minecraft, using the tag from the fabric.mod.json

- name: Upload neoforge artifacts
uses: Kir-Antipov/[email protected]
with:
modrinth-id: ht0eTMEs
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
modrinth-featured: true

curseforge-id: 640001
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}

github-token: ${{ secrets.GITHUB_TOKEN }}

name: '[${{ steps.versions.outputs.minecraft-version }}] NeoForge ${{ steps.versions.outputs.mod-version }}'
version: 'neoforge-${{ steps.versions.outputs.minecraft-version }}-${{ steps.versions.outputs.mod-version }}'

files: |
neoforge/build/libs/!(*-@(sources|dev|dev-shadow|javadoc).jar)
version-type: release

loaders: neoforge

dependencies: |
architectury-api(required)
chisel-reborn(required)
game-version-filter: releases # Defaults to selecting the latest compatible version of Minecraft, using the tag from the fabric.mod.json


- name: Upload forge artifacts
uses: Kir-Antipov/[email protected]
with:
Expand Down

0 comments on commit de6e0c5

Please sign in to comment.