Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
62832 authored Jan 25, 2023
1 parent 265d899 commit b5c53b0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ 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:
MEGA_VERSION: ${{ github.event.release.tag_name }}
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
run: ./gradlew :fabric:publishUnified :forge:publishUnified --max-workers 1

0 comments on commit b5c53b0

Please sign in to comment.