Skip to content

Commit 2c2caf3

Browse files
authored
Merge pull request #84 from MrButtersDEV/dev
Dev
2 parents bc7fbd1 + 50ef501 commit 2c2caf3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
cp "$JAR" "dist/AutoPickup-${{ env.VERSION }}.jar"
6060
6161
- name: 📥 Upload to Modrinth
62-
uses: modrinth/minotaur@v3
62+
uses: modrinth/minotaur@v2
6363
with:
6464
token: ${{ secrets.MODRINTH_TOKEN }} # You must add this to GitHub Secrets
6565
project-id: "oB3hT7d7" # Replace with your Modrinth Project ID or Slug
@@ -79,5 +79,5 @@ jobs:
7979
- name: 📥 Upload Artifact to GitHub
8080
uses: actions/upload-artifact@v4
8181
with:
82-
name: AutoPickup-${{ env.VERSION }}
82+
name: AutoPickup-${{ env.VERSION }}-RELEASE
8383
path: dist/*.jar

0 commit comments

Comments
 (0)