File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
src/main/java/win/baruna/blockmeter Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 4444 gradle-version : ${{ matrix.gradle }}
4545 arguments : build
4646 cache-disabled : true
47+ - name : Upload Artefact
48+ uses : actions/upload-artifact@v4
49+ with :
50+ name : ${{ github.sha }}
51+ path : build/libs/*.jar
4752 built :
4853 runs-on : ubuntu-latest
4954 needs : [build]
Original file line number Diff line number Diff line change 11package win .baruna .blockmeter ;
22
3- import com .llamalad7 .mixinextras .lib .apache .commons .tuple .Pair ;
43import me .shedaniel .autoconfig .AutoConfig ;
54import me .shedaniel .autoconfig .ConfigManager ;
65import me .shedaniel .autoconfig .serializer .Toml4jConfigSerializer ;
3029import net .minecraft .util .hit .BlockHitResult ;
3130import net .minecraft .util .hit .HitResult ;
3231import net .minecraft .util .math .BlockPos ;
32+ import org .apache .commons .lang3 .tuple .Pair ;
3333import org .lwjgl .glfw .GLFW ;
3434import win .baruna .blockmeter .gui .EditBoxGui ;
3535import win .baruna .blockmeter .gui .OptionsGui ;
You can’t perform that action at this time.
0 commit comments