From 3ac7b288720260c759fcc914442ed1cba90e12be Mon Sep 17 00:00:00 2001 From: tastybento Date: Sat, 21 Dec 2024 11:47:31 -0800 Subject: [PATCH] Update modrinth-publish.yml --- .github/workflows/modrinth-publish.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/modrinth-publish.yml b/.github/workflows/modrinth-publish.yml index 6eb85e70b..712af3064 100644 --- a/.github/workflows/modrinth-publish.yml +++ b/.github/workflows/modrinth-publish.yml @@ -30,7 +30,8 @@ jobs: - name: Upload to Modrinth uses: cloudnode-pro/modrinth-publish@2.0.0 with: - # Configure the action as needed. The following is an example. + # Configure the action + api-domain: staging-api.modrinth.com token: ${{ secrets.MODRINTH_TOKEN }} project: aBVLHiAW name: ${{ github.event.release.name }} @@ -42,4 +43,4 @@ jobs: game-versions: |- 1.21.3 1.21.4 - files: target/YourProject-${{ github.event.release.tag_name }}.jar + files: target/BentoBox-${{ github.event.release.tag_name }}.jar