From b5c53b0c72a7e553862dd9cb0d5914388e8746cf Mon Sep 17 00:00:00 2001 From: 90 <90@national.shitposting.agency> Date: Wed, 25 Jan 2023 09:54:04 +0000 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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