1.0.6-SNAPSHOT #1

Merged
tenkuma merged 4 commits from 1.0.6-SNAPSHOT into main 2026-05-19 15:36:38 -03:00
3 changed files with 5 additions and 6 deletions
Showing only changes of commit 167a1faec1 - Show all commits

Merge branch 'main' into 1.0.6-SNAPSHOT
All checks were successful
Build / build (push) Successful in 1m21s

天クマ 2026-05-19 15:34:24 -03:00

View file

@ -1,6 +1,7 @@
name: Build
on:
workflow_dispatch:
push:
paths:
- 'src/**'
@ -11,7 +12,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: "arch-linux"
env:
NEMESIS_VERSION_NAME: "autobuild-${{ github.sha }}"
NEMESIS_BUILD_CHANNEL: "autobuild"
@ -38,6 +39,6 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v6.0.0
uses: actions/upload-artifact@v3
with:
path: build/libs/*.jar

View file

@ -6,7 +6,7 @@ on:
jobs:
build-and-release:
runs-on: ubuntu-latest
runs-on: "arch-linux"
env:
NEMESIS_VERSION_NAME: "${{ github.ref_name }}"
NEMESIS_BUILD_CHANNEL: "production"
@ -37,4 +37,4 @@ jobs:
with:
files: build/libs/*.jar
tag_name: ${{ github.ref_name }}
name: ${{ github.ref_name }}
name: ${{ github.ref_name }}

View file

@ -1,8 +1,6 @@
<img width="1280" height="640" alt="eye_of_nemesis_social_cover" src="https://github.com/user-attachments/assets/a24bc92f-4dc2-4594-93c9-d056130f9695" />
[![Modrinth Badge](https://img.shields.io/badge/Modrinth-Black?style=social&logo=Modrinth&logoColor=green)](https://modrinth.com/plugin/eye-of-nemesis)
[![Build status badge](https://github.com/adrianvic/NemesisEye/actions/workflows/build.yml/badge.svg)](https://github.com/adrianvic/NemesisEye/actions/workflows/build.yml)
[![GitHub Release](https://img.shields.io/github/v/release/adrianvic/NemesisEye?include_prereleases&style=flat&label=Latest%20Release)](https://github.com/adrianvic/NemesisEye/releases)
[![English Wiki Badge](https://img.shields.io/badge/English-White?style=flat-square&label=Wiki&color=black)](https://github.com/adrianvic/NemesisEye/wiki)
[![Portuguese Wiki Badge](https://img.shields.io/badge/Portuguese-White?style=flat-square&label=Wiki&color=black)](https://mgr.rf.gd/w/Eye_of_Nemesis)