Reese's Sodium Options 1.6.5 for Minecraft 1.20.2 #96
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish Release | |
on: | |
release: | |
types: | |
- published | |
jobs: | |
build: | |
runs-on: self-hosted | |
steps: | |
- name: Checkout sources | |
uses: actions/checkout@v3 | |
- name: Set up JDK 17 | |
uses: actions/setup-java@v3 | |
with: | |
distribution: 'temurin' | |
java-version: 17 | |
- name: Grant execute permission for Gradlew | |
run: chmod +x gradlew | |
- name: Upload assets to releases | |
run: ./gradlew build publishAllPublicationsToFlashyReeseReleasesRepository | |
env: | |
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }} | |
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }} | |
BUILD_RELEASE: ${{ github.event.prerelease == false }} | |
- name: Publish to Modrinth & CurseForge | |
uses: Kir-Antipov/[email protected] | |
with: | |
modrinth-id: Bh37bMuy | |
modrinth-token: ${{ secrets.MODRINTH_TOKEN }} | |
curseforge-id: 511319 | |
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }} | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
version-type: release | |
loaders: fabric | |
version-resolver: latest | |
dependencies: | | |
sodium | depends | * | |
sodium-extra | recommends | * | |
irisshaders | recommends | * | |
iris | recommends | * |