Compare commits
2 Commits
5df46a0fad
...
9cb8f2d356
Author | SHA1 | Date | |
---|---|---|---|
9cb8f2d356 | |||
66ece416a6 |
@ -42,7 +42,7 @@ jobs:
|
||||
run: ./gradlew build --no-daemon
|
||||
|
||||
- name: Upload Mod JAR
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: create-air-fabric
|
||||
path: build/libs/*.jar
|
||||
|
@ -1,7 +1,5 @@
|
||||
# Done to increase the memory available to gradle.
|
||||
org.gradle.jvmargs = -Xmx2G
|
||||
|
||||
|
||||
org.gradle.jvmargs = -Xmx1G
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 1.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user