diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d3297358..6b8c53b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,9 @@ jobs: - name: Upload release artifacts uses: softprops/action-gh-release@v1 with: - files: 'build/libs/megacells-*.jar' + files: | + build/libs/megacells-fabric-*.jar + build/libs/megacells-forge-*.jar tag_name: ${{ github.event.release.tag_name }} - name: Upload to mod repositories env: @@ -37,4 +39,4 @@ jobs: CHANGELOG: ${{ github.event.release.body }} CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_API_KEY }} MODRINTH_TOKEN: ${{ secrets.MODRINTH_API_KEY }} - run: ./gradlew :fabric:publishUnified :forge:publishUnified --max-workers 1 \ No newline at end of file + run: ./gradlew :fabric:publishUnified :forge:publishUnified --max-workers 1