Skip to content

Commit 03de56a

Browse files
authored
Merge pull request #19 from RatzzFatzz/dev-1.18
Update readme and github workflow
2 parents eabf0a8 + b2ed912 commit 03de56a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
- name: Build with Gradle
2525
run: |
2626
gradle clean build
27-
cp build/libs/!(flymod*-sources.jar) artifacts/
27+
rm build/libs/flymod*-sources.jar
28+
cp build/libs/flymod*.jar artifacts/
2829
- name: Upload artifacts
2930
uses: skx/github-action-publish-binaries@master
3031
env:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This Mod for Minecraft allows you to enable a 3D fly and let you customize the f
77
* 1.15.1 & 1.15.2
88
* 1.16.1 - 1.16.5
99
* 1.17 - 1.17.1
10+
* 1.18.2
1011
* Fabric
1112
* ModMenu
1213
* Java 8 (Java 16 for Minecraft 1.17 and later)

0 commit comments

Comments
 (0)