We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eabf0a8 + b2ed912 commit 03de56aCopy full SHA for 03de56a
2 files changed
.github/workflows/release.yml
@@ -24,7 +24,8 @@ jobs:
24
- name: Build with Gradle
25
run: |
26
gradle clean build
27
- cp build/libs/!(flymod*-sources.jar) artifacts/
+ rm build/libs/flymod*-sources.jar
28
+ cp build/libs/flymod*.jar artifacts/
29
- name: Upload artifacts
30
uses: skx/github-action-publish-binaries@master
31
env:
README.md
@@ -7,6 +7,7 @@ This Mod for Minecraft allows you to enable a 3D fly and let you customize the f
7
* 1.15.1 & 1.15.2
8
* 1.16.1 - 1.16.5
9
* 1.17 - 1.17.1
10
+ * 1.18.2
11
* Fabric
12
* ModMenu
13
* Java 8 (Java 16 for Minecraft 1.17 and later)
0 commit comments