Ensure bin is populated by release runner [skip ci]

This commit is contained in:
embeddedt 2023-06-11 21:02:48 -04:00
parent 99e030ce27
commit 74a3e4ed2b
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -19,7 +19,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build and publish mod to CurseForge & Modrinth
run: ./gradlew forge:publishToModSites fabric:publishToModSites
run: ./gradlew forge:publishToModSites fabric:publishToModSites forge:copyJarToBin fabric:copyJarToBin
env:
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}