Skip to content

Commit c989f20

Browse files
committed
Fix lib error
1 parent 90547fd commit c989f20

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Upload Jars
4646
uses: actions/upload-artifact@v5
4747
with:
48-
name: GTExpert-Core
48+
name: GTMoreTools
4949
path: build/libs/*.jar
5050
retention-days: 31
5151

libs/launchwrapper-1.17.2.jar

30.4 KB
Binary file not shown.

repositories.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ repositories {
55
name 'Mod Maven'
66
url 'https://modmaven.dev'
77
}
8+
flatDir {
9+
dirs 'libs'
10+
}
811
}

0 commit comments

Comments
 (0)