Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a github action to release artifacts at runtime #78

Closed
Prev Previous commit
Next Next commit
edit action and properties
  • Loading branch information
devashish2024 committed Sep 15, 2024
commit e1cd0ff8f9fb551ebdef78a9dfb5fea2710d32cc
6 changes: 3 additions & 3 deletions .github/workflows/produceJars.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generate JARs
name: Build Minecraft Mod

on:
push:
Expand All @@ -14,13 +14,13 @@ jobs:

strategy:
matrix:
minecraft-version: [ "1.19.3+build.5", "1.20+build.1", "1.21+build.2" ] # List of versions
minecraft-version: [ "1.19.3+build.5", "1.20+build.1", "1.21+build.2" ]

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up JDK
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
org.gradle.java.home=/Program Files/java/jdk-21
#org.gradle.java.home=/Program Files/java/jdk-21

# Fabric Properties
# check these on https://modmuss50.me/fabric.html
Expand All @@ -16,4 +16,4 @@ org.gradle.java.home=/Program Files/java/jdk-21
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.100.3+1.21
modmenu_version=11.0.1
modmenu_version=11.0.1
Empty file modified gradlew
100644 → 100755
Empty file.