Compare commits
6 commits
f4a362c1c7
...
167a1faec1
| Author | SHA1 | Date | |
|---|---|---|---|
| 167a1faec1 | |||
| a802a09c3c | |||
| e193cf1bc8 | |||
| 0bd48db43d | |||
| 3b77de2e63 | |||
| ec17e06965 |
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
|
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
|
||||||
|
|
|
||||||
2
.github/workflows/release-build.yml
vendored
2
.github/workflows/release-build.yml
vendored
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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" />
|
||||||
|
|
||||||
[](https://modrinth.com/plugin/eye-of-nemesis)
|
[](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://github.com/adrianvic/NemesisEye/wiki)
|
||||||
[](https://mgr.rf.gd/w/Eye_of_Nemesis)
|
[](https://mgr.rf.gd/w/Eye_of_Nemesis)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue