Compare commits

..

No commits in common. "167a1faec12d18b1cc6ae1026978a62d9f19af3a" and "f4a362c1c7597fd35f570e5abc834566e643e018" have entirely different histories.

3 changed files with 6 additions and 5 deletions

View file

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

View file

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

View file

@ -1,6 +1,8 @@
<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)