Compare commits

...

6 commits

Author SHA1 Message Date
167a1faec1 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
a802a09c3c Atualizar .github/workflows/release-build.yml
All checks were successful
Build / build (push) Successful in 2m20s
2026-05-19 15:32:30 -03:00
e193cf1bc8 Fix link typo in README.md 2026-05-12 19:13:58 -03:00
0bd48db43d Remove GitHub specific badges from README.md. 2026-05-12 18:50:58 -03:00
3b77de2e63 Downgrade actions/upload-artifact to v3 for compatibility with Forgejo.
All checks were successful
Build / build (push) Successful in 1m43s
2026-05-12 16:49:52 -03:00
ec17e06965 Add workflow_dispatch condition to build.yml for debugging Forgejo Runner.
Some checks failed
Build / build (push) Failing after 4m10s
2026-05-12 16:18:02 -03:00
3 changed files with 5 additions and 6 deletions

View file

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

View file

@ -6,7 +6,7 @@ on:
jobs: jobs:
build-and-release: build-and-release:
runs-on: ubuntu-latest runs-on: "arch-linux"
env: env:
NEMESIS_VERSION_NAME: "${{ github.ref_name }}" NEMESIS_VERSION_NAME: "${{ github.ref_name }}"
NEMESIS_BUILD_CHANNEL: "production" NEMESIS_BUILD_CHANNEL: "production"

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" /> <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) [![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) [![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) [![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)