Merge branch 'main' into 1.0.6-SNAPSHOT
All checks were successful
Build / build (push) Successful in 1m21s
All checks were successful
Build / build (push) Successful in 1m21s
This commit is contained in:
commit
167a1faec1
3 changed files with 5 additions and 6 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/release-build.yml
vendored
2
.github/workflows/release-build.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
||||
[](https://modrinth.com/plugin/eye-of-nemesis)
|
||||
[](https://github.com/adrianvic/NemesisEye/actions/workflows/build.yml)
|
||||
[](https://github.com/adrianvic/NemesisEye/releases)
|
||||
[](https://github.com/adrianvic/NemesisEye/wiki)
|
||||
[](https://mgr.rf.gd/w/Eye_of_Nemesis)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue