We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc7fbd1 + 50ef501 commit 2c2caf3Copy full SHA for 2c2caf3
1 file changed
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
cp "$JAR" "dist/AutoPickup-${{ env.VERSION }}.jar"
60
61
- name: 📥 Upload to Modrinth
62
- uses: modrinth/minotaur@v3
+ uses: modrinth/minotaur@v2
63
with:
64
token: ${{ secrets.MODRINTH_TOKEN }} # You must add this to GitHub Secrets
65
project-id: "oB3hT7d7" # Replace with your Modrinth Project ID or Slug
@@ -79,5 +79,5 @@ jobs:
79
- name: 📥 Upload Artifact to GitHub
80
uses: actions/upload-artifact@v4
81
82
- name: AutoPickup-${{ env.VERSION }}
+ name: AutoPickup-${{ env.VERSION }}-RELEASE
83
path: dist/*.jar
0 commit comments