Skip to content

Fix rebornstorage being required when it should not be #37 #38 #40

Fix rebornstorage being required when it should not be #37 #38

Fix rebornstorage being required when it should not be #37 #38 #40

Workflow file for this run

name: Dev-Builds
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container:
image: azul/zulu-openjdk-alpine:17-latest
steps:
- uses: actions/[email protected]
- uses: gradle/[email protected]
- run: chmod +x ./gradlew
- run: ./gradlew clean build curseforge modrinth
env:
REPO_PASSWORD: ${{ secrets.REPO_PASSWORD }}
CURSE_API_KEY: ${{ secrets.CURSE_API_KEY }}
MODRINTH_API_KEY: ${{ secrets.MODRINTH_API_KEY }}
- uses: actions/[email protected]
with:
name: Builds
path: build/libs/*.jar